Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dbreakpoint.c165 static bool bl_address_is_meaningful (bp_location *loc);
6911 if (!bl_address_is_meaningful (&loc)) in breakpoint_address_bits()
7240 bl_address_is_meaningful (bp_location *loc) in bl_address_is_meaningful() function
8519 if (!bl_address_is_meaningful (loc)) in bp_loc_is_permanent()
11528 if (bl_address_is_meaningful (old_loc)) in update_global_location_list()
11682 || !bl_address_is_meaningful (loc) in update_global_location_list()
DChangeLog-20197967 (bl_address_is_meaningful): New.
7974 (bp_loc_is_permanent): Use bl_address_is_meaningful instead of
7977 (update_global_location_list): Use bl_address_is_meaningful
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git61761 locations of tracepoints. This is because bl_address_is_meaningful used
61775 bl_address_is_meaningful (bp_location *loc)
61781 bl_address_is_meaningful started to return false for them, where it
61798 bl_address_is_meaningful returns false for them). For instance,
61808 target_ops::download_tracepoint. It makes bl_address_is_meaningful
123055 breakpoint_address_bits use bl_address_is_meaningful instead, which