Searched refs:new_address_location_spec (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | location.h | 264 extern location_spec_up new_address_location_spec (CORE_ADDR addr,
|
| D | location.c | 218 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()
|
| D | breakpoint.c | 7890 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/ |
| D | py-finishbreakpoint.c | 308 = new_address_location_spec (get_frame_pc (prev_frame), NULL, 0); in bpfinishpy_init()
|