Home
last modified time | relevance | path

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

/external/lldb/source/Target/
DStopInfo.cpp108 class StopInfoBreakpoint : public StopInfo class
112 StopInfoBreakpoint (Thread &thread, break_id_t break_id) : in StopInfoBreakpoint() function in lldb_private::StopInfoBreakpoint
125 StopInfoBreakpoint (Thread &thread, break_id_t break_id, bool should_stop) : in StopInfoBreakpoint() function in lldb_private::StopInfoBreakpoint
161 virtual ~StopInfoBreakpoint () in ~StopInfoBreakpoint()
1088 return StopInfoSP (new StopInfoBreakpoint (thread, break_id)); in CreateStopReasonWithBreakpointSiteID()
1094 return StopInfoSP (new StopInfoBreakpoint (thread, break_id, should_stop)); in CreateStopReasonWithBreakpointSiteID()