Home
last modified time | relevance | path

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

/dports/devel/gdb/gdb-11.1/gdb/
H A Dlocation.h160 extern event_location_up new_address_location (CORE_ADDR addr,
H A Dlocation.c121 new_address_location (CORE_ADDR addr, const char *addr_string, in new_address_location() function
901 location = new_address_location (addr, orig, arg - orig); in string_to_event_location_basic()
H A DChangeLog-20169669 * location.h (new_address_location): Add new parameters
9672 * location.c (new_address_location): Add new parameters
9676 (string_to_event_location): Update call to new_address_location.
9681 to new_address_location.
9683 and use it to update call to new_address_location.
9685 Update call to new_address_location.
H A Dbreakpoint.c7502 b->location = new_address_location (b->loc->address, NULL, 0);
8969 b->location = new_address_location (b->loc->address, NULL, 0);
H A DChangeLog-20156128 (new_address_location, get_address_location): New functions.
6133 (new_address_location, get_address_location): Declare.
H A DChangeLog-201714500 (new_linespec_location, new_address_location, new_probe_location)
14505 * location.c (new_linespec_location, new_address_location)
/dports/devel/gdb/gdb-11.1/gdb/python/
H A Dpy-finishbreakpoint.c295 = new_address_location (get_frame_pc (prev_frame), NULL, 0); in bpfinishpy_init()