|
static lldb::StopInfoSP | CreateStopReasonWithBreakpointSiteID (Thread &thread, lldb::break_id_t break_id) |
|
static lldb::StopInfoSP | CreateStopReasonWithBreakpointSiteID (Thread &thread, lldb::break_id_t break_id, bool should_stop) |
|
static lldb::StopInfoSP | CreateStopReasonWithWatchpointID (Thread &thread, lldb::break_id_t watch_id, bool silently_continue=false) |
|
static lldb::StopInfoSP | CreateStopReasonWithSignal (Thread &thread, int signo, const char *description=nullptr, std::optional< int > code=std::nullopt) |
|
static lldb::StopInfoSP | CreateStopReasonWithInterrupt (Thread &thread, int signo, const char *description) |
|
static lldb::StopInfoSP | CreateStopReasonToTrace (Thread &thread) |
|
static lldb::StopInfoSP | CreateStopReasonWithPlan (lldb::ThreadPlanSP &plan, lldb::ValueObjectSP return_valobj_sp, lldb::ExpressionVariableSP expression_variable_sp) |
|
static lldb::StopInfoSP | CreateStopReasonWithException (Thread &thread, const char *description) |
|
static lldb::StopInfoSP | CreateStopReasonWithExec (Thread &thread) |
|
static lldb::StopInfoSP | CreateStopReasonProcessorTrace (Thread &thread, const char *description) |
|
static lldb::StopInfoSP | CreateStopReasonFork (Thread &thread, lldb::pid_t child_pid, lldb::tid_t child_tid) |
|
static lldb::StopInfoSP | CreateStopReasonVFork (Thread &thread, lldb::pid_t child_pid, lldb::tid_t child_tid) |
|
static lldb::StopInfoSP | CreateStopReasonVForkDone (Thread &thread) |
|
static lldb::ValueObjectSP | GetReturnValueObject (lldb::StopInfoSP &stop_info_sp) |
|
static lldb::ExpressionVariableSP | GetExpressionVariable (lldb::StopInfoSP &stop_info_sp) |
|
static lldb::ValueObjectSP | GetCrashingDereference (lldb::StopInfoSP &stop_info_sp, lldb::addr_t *crashing_address=nullptr) |
|
Definition at line 1361 of file StopInfo.cpp.