Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dbreakpoint.c8332 bp_location *copy_loc = copy->allocate_location (); in momentary_breakpoint_from_master() local
8333 copy->add_location (*copy_loc); in momentary_breakpoint_from_master()
8334 set_breakpoint_location_function (copy_loc); in momentary_breakpoint_from_master()
8336 copy_loc->gdbarch = orig_loc.gdbarch; in momentary_breakpoint_from_master()
8337 copy_loc->requested_address = orig_loc.requested_address; in momentary_breakpoint_from_master()
8338 copy_loc->address = orig_loc.address; in momentary_breakpoint_from_master()
8339 copy_loc->section = orig_loc.section; in momentary_breakpoint_from_master()
8340 copy_loc->pspace = orig_loc.pspace; in momentary_breakpoint_from_master()
8341 copy_loc->probe = orig_loc.probe; in momentary_breakpoint_from_master()
8342 copy_loc->line_number = orig_loc.line_number; in momentary_breakpoint_from_master()
[all …]