HomeSort by: relevance | last modified time | path
    Searched defs:bp_location (Results 1 - 4 of 4) sorted by relevancy

  /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 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.old/dist/gdb/
breakpoint.h 46 struct bp_location;
308 The second type of information corresponds to struct bp_location.
325 class bp_location : public refcounted_object, public intrusive_list_node<bp_location>
328 /* Construct a bp_location with the type inferred from OWNER's
330 explicit bp_location (breakpoint *owner);
332 /* Construct a bp_location with type TYPE. */
333 bp_location (breakpoint *owner, bp_loc_type type);
335 virtual ~bp_location () = default;
341 breakpoint. This pointer is NULL iff this bp_location is n
324 class bp_location : public refcounted_object, public intrusive_list_node<bp_location> class in inherits:refcounted_object,intrusive_list_node
    [all...]
breakpoint.c 127 static bool watchpoint_locations_match (const struct bp_location *loc1,
128 const struct bp_location *loc2);
130 static bool breakpoint_locations_match (const struct bp_location *loc1,
131 const struct bp_location *loc2,
134 static bool breakpoint_location_address_match (struct bp_location *bl,
138 static bool breakpoint_location_address_range_overlap (struct bp_location *,
142 static int remove_breakpoint (struct bp_location *);
143 static int remove_breakpoint_1 (struct bp_location *, enum remove_bp_reason);
158 static void decref_bp_location (struct bp_location **loc);
165 static bool bl_address_is_meaningful (bp_location *loc)
7548 bp_location::bp_location (breakpoint *owner, bp_loc_type type) function in class:bp_location
7565 bp_location::bp_location (breakpoint *owner) function in class:bp_location
    [all...]

Completed in 30 milliseconds