| /src/external/gpl3/gdb.old/dist/gdb/ |
| breakpoint.h | 44 struct bp_location; 314 The second type of information corresponds to struct bp_location. 331 class bp_location : public refcounted_object, public intrusive_list_node<bp_location> 334 /* Construct a bp_location with the type inferred from OWNER's 336 explicit bp_location (breakpoint *owner); 338 /* Construct a bp_location with type TYPE. */ 339 bp_location (breakpoint *owner, bp_loc_type type); 341 virtual ~bp_location () = default; 347 breakpoint. This pointer is NULL iff this bp_location is n 330 class bp_location : public refcounted_object, public intrusive_list_node<bp_location> class in inherits:refcounted_object,intrusive_list_node [all...] |
| breakpoint.c | 132 static bool watchpoint_locations_match (const struct bp_location *loc1, 133 const struct bp_location *loc2); 135 static bool breakpoint_locations_match (const struct bp_location *loc1, 136 const struct bp_location *loc2, 139 static bool breakpoint_location_address_match (struct bp_location *bl, 143 static bool breakpoint_location_address_range_overlap (struct bp_location *, 147 static int remove_breakpoint (struct bp_location *); 148 static int remove_breakpoint_1 (struct bp_location *, enum remove_bp_reason); 163 static void decref_bp_location (struct bp_location **loc); 170 static bool bl_address_is_meaningful (const bp_location *loc) 7629 bp_location::bp_location (breakpoint *owner, bp_loc_type type) function in class:bp_location 7646 bp_location::bp_location (breakpoint *owner) function in class:bp_location [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| breakpoint.h | 44 struct bp_location; 314 The second type of information corresponds to struct bp_location. 331 class bp_location : public refcounted_object, public intrusive_list_node<bp_location> 334 /* Construct a bp_location with the type inferred from OWNER's 336 explicit bp_location (breakpoint *owner); 338 /* Construct a bp_location with type TYPE. */ 339 bp_location (breakpoint *owner, bp_loc_type type); 341 virtual ~bp_location () = default; 347 breakpoint. This pointer is NULL iff this bp_location is n 330 class bp_location : public refcounted_object, public intrusive_list_node<bp_location> class in inherits:refcounted_object,intrusive_list_node [all...] |
| breakpoint.c | 130 static bool watchpoint_locations_match (const struct bp_location *loc1, 131 const struct bp_location *loc2); 133 static bool breakpoint_locations_match (const struct bp_location *loc1, 134 const struct bp_location *loc2, 137 static bool breakpoint_location_address_match (struct bp_location *bl, 141 static bool breakpoint_location_address_range_overlap (struct bp_location *, 145 static int remove_breakpoint (struct bp_location *); 146 static int remove_breakpoint_1 (struct bp_location *, enum remove_bp_reason); 161 static void decref_bp_location (struct bp_location **loc); 168 static bool bl_address_is_meaningful (const bp_location *loc) 7661 bp_location::bp_location (breakpoint *owner, bp_loc_type type) function in class:bp_location 7678 bp_location::bp_location (breakpoint *owner) function in class:bp_location [all...] |