Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStopInfo.cpp87 class StopInfoBreakpoint : public StopInfo { class
89 StopInfoBreakpoint(Thread &thread, break_id_t break_id) in StopInfoBreakpoint() function in lldb_private::StopInfoBreakpoint
97 StopInfoBreakpoint(Thread &thread, break_id_t break_id, bool should_stop) in StopInfoBreakpoint() function in lldb_private::StopInfoBreakpoint
105 ~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()
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointSite.h204 // The StopInfoBreakpoint knows when it is processing a hit for a thread for
207 friend class StopInfoBreakpoint;
202 friend class StopInfoBreakpoint; global() variable
H A DBreakpointLocation.h289 friend class StopInfoBreakpoint; variable