Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Target/
H A DStopInfo.cpp85 class StopInfoBreakpoint : public StopInfo { class
87 StopInfoBreakpoint(Thread &thread, break_id_t break_id) in StopInfoBreakpoint() function in lldb_private::StopInfoBreakpoint
95 StopInfoBreakpoint(Thread &thread, break_id_t break_id, bool should_stop) in StopInfoBreakpoint() function in lldb_private::StopInfoBreakpoint
103 ~StopInfoBreakpoint() override = default;
1269 return StopInfoSP(new StopInfoBreakpoint(thread, break_id)); in CreateStopReasonWithBreakpointSiteID()
1275 return StopInfoSP(new StopInfoBreakpoint(thread, break_id, should_stop)); in CreateStopReasonWithBreakpointSiteID()
/llvm-project-15.0.7/lldb/include/lldb/Breakpoint/
H A DBreakpointSite.h202 friend class StopInfoBreakpoint; variable
H A DBreakpointLocation.h286 friend class StopInfoBreakpoint; variable