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

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/
H A DStopInfo.cpp103 // StopInfoBreakpoint
108 class StopInfoBreakpoint : public StopInfo class in namespace:lldb_private
112 StopInfoBreakpoint (Thread &thread, break_id_t break_id) : function in class:lldb_private::StopInfoBreakpoint
125 StopInfoBreakpoint (Thread &thread, break_id_t break_id, bool should_stop) : function in class:lldb_private::StopInfoBreakpoint
161 virtual ~StopInfoBreakpoint ()
373 log->Printf ("StopInfoBreakpoint::PerformAction - Hit a breakpoint while running an expression,"
395 log->Printf ("StopInfoBreakpoint::PerformAction - in expression, continuing: %s.",
1096 return StopInfoSP (new StopInfoBreakpoint (thread, break_id));
1102 return StopInfoSP (new StopInfoBreakpoint (thread, break_id, should_stop));

Completed in 292 milliseconds