Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dlocation.h264 extern location_spec_up new_address_location_spec (CORE_ADDR addr,
Dlocation.c218 new_address_location_spec (CORE_ADDR addr, const char *addr_string, in new_address_location_spec() function
797 locspec = new_address_location_spec (addr, orig, arg - orig); in string_to_location_spec_basic()
Dbreakpoint.c7890 b->locspec = new_address_location_spec (b->first_loc ().address, NULL, 0); in create_thread_event_breakpoint()
8730 locspec = new_address_location_spec (this->first_loc ().address, NULL, 0); in code_breakpoint()
/netbsd/src/external/gpl3/gdb/dist/gdb/python/
Dpy-finishbreakpoint.c308 = new_address_location_spec (get_frame_pc (prev_frame), NULL, 0); in bpfinishpy_init()