Home
last modified time | relevance | path

Searched refs:placed_size (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/
HDmem-break.c49 (gdbarch, &bp_tgt->placed_address, &bp_tgt->placed_size); in default_memory_insert_breakpoint()
55 bp_tgt->shadow_len = bp_tgt->placed_size; in default_memory_insert_breakpoint()
56 readbuf = alloca (bp_tgt->placed_size); in default_memory_insert_breakpoint()
58 bp_tgt->placed_size); in default_memory_insert_breakpoint()
61 memcpy (bp_tgt->shadow_contents, readbuf, bp_tgt->placed_size); in default_memory_insert_breakpoint()
63 bp_tgt->placed_size); in default_memory_insert_breakpoint()
75 bp_tgt->placed_size); in default_memory_remove_breakpoint()
HDbreakpoint.h270 int placed_size; member
HDremote.c8113 bp_tgt->placed_size = bpsize; in remote_insert_breakpoint()
8141 xsnprintf (p, endbuf - p, ",%d", bp_tgt->placed_size); in remote_remove_breakpoint()
8326 (gdbarch, &bp_tgt->placed_address, &bp_tgt->placed_size); in remote_insert_hw_breakpoint()
8341 xsnprintf (p, endbuf - p, ",%x", bp_tgt->placed_size); in remote_insert_hw_breakpoint()
8390 xsnprintf (p, endbuf - p, ",%x", bp_tgt->placed_size); in remote_remove_hw_breakpoint()
HDbreakpoint.c1572 int placed_size = bl->target_info.placed_size; in breakpoint_xfer_memory() local
1580 bp = gdbarch_breakpoint_from_pc (gdbarch, &placed_address, &placed_size); in breakpoint_xfer_memory()