Searched refs:StopInfoBreakpoint (Results 1 – 3 of 3) sorted by relevance
87 class StopInfoBreakpoint : public StopInfo { class89 StopInfoBreakpoint(Thread &thread, break_id_t break_id) in StopInfoBreakpoint() function in lldb_private::StopInfoBreakpoint97 StopInfoBreakpoint(Thread &thread, break_id_t break_id, bool should_stop) in StopInfoBreakpoint() function in lldb_private::StopInfoBreakpoint105 ~StopInfoBreakpoint() override = default;1368 return StopInfoSP(new StopInfoBreakpoint(thread, break_id)); in CreateStopReasonWithBreakpointSiteID()1374 return StopInfoSP(new StopInfoBreakpoint(thread, break_id, should_stop)); in CreateStopReasonWithBreakpointSiteID()
204 // The StopInfoBreakpoint knows when it is processing a hit for a thread for207 friend class StopInfoBreakpoint;202 friend class StopInfoBreakpoint; global() variable
289 friend class StopInfoBreakpoint; variable