Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dbreakpoint.c803 static CORE_ADDR bp_locations_placed_address_before_address_max; variable
1888 if (bl->address >= bp_locations_placed_address_before_address_max in breakpoint_xfer_memory()
1891 - bp_locations_placed_address_before_address_max))) in breakpoint_xfer_memory()
11242 bp_locations_placed_address_before_address_max = 0; in bp_locations_target_extensions_update()
11257 if (addr > bp_locations_placed_address_before_address_max) in bp_locations_target_extensions_update()
11258 bp_locations_placed_address_before_address_max = addr; in bp_locations_target_extensions_update()
DChangeLog-201714285 (bp_locations_placed_address_before_address_max): ... this. All