Searched refs:bplen (Results 1 - 4 of 4) sorted by relevance

/haiku-fatelf/src/bin/gdb/gdb/
H A Dmem-break.c49 int bplen; local
52 bp = BREAKPOINT_FROM_PC (&addr, &bplen);
57 val = target_read_memory (addr, contents_cache, bplen);
61 val = target_write_memory (addr, (char *) bp, bplen);
71 int bplen; local
74 bp = BREAKPOINT_FROM_PC (&addr, &bplen);
78 return target_write_memory (addr, contents_cache, bplen);
H A Dinfcall.c232 int bplen; local
243 gdbarch_breakpoint_from_pc (gdbarch, &bppc, &bplen);
244 sp = gdbarch_frame_align (gdbarch, sp - bplen);
251 gdbarch_breakpoint_from_pc (gdbarch, bp_addr, &bplen);
252 sp = gdbarch_frame_align (gdbarch, sp + bplen);
H A Dppc-linux-tdep.c461 int bplen; local
465 bp = BREAKPOINT_FROM_PC (&addr, &bplen);
469 val = target_read_memory (addr, old_contents, bplen);
474 if (val == 0 && memcmp (bp, old_contents, bplen) == 0)
475 val = target_write_memory (addr, contents_cache, bplen);
H A Dmonitor.c2044 int bplen; local
2054 bp = gdbarch_breakpoint_from_pc (current_gdbarch, &addr, &bplen);
2061 monitor_read_memory (addr, shadow, bplen);

Completed in 55 milliseconds