|
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 | 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 1327 of file StopInfo.cpp.
◆ StopInfoVForkDone()
lldb_private::StopInfoVForkDone::StopInfoVForkDone |
( |
Thread & |
thread | ) |
|
|
inline |
◆ ~StopInfoVForkDone()
lldb_private::StopInfoVForkDone::~StopInfoVForkDone |
( |
| ) |
|
|
overridedefault |
◆ GetDescription()
const char * lldb_private::StopInfoVForkDone::GetDescription |
( |
| ) |
|
|
inlineoverridevirtual |
◆ GetStopReason()
StopReason lldb_private::StopInfoVForkDone::GetStopReason |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ PerformAction()
void lldb_private::StopInfoVForkDone::PerformAction |
( |
Event * |
event_ptr | ) |
|
|
inlineoverrideprotectedvirtual |
◆ ShouldStop()
bool lldb_private::StopInfoVForkDone::ShouldStop |
( |
Event * |
event_ptr | ) |
|
|
inlineoverridevirtual |
◆ m_performed_action
bool lldb_private::StopInfoVForkDone::m_performed_action = false |
|
protected |
The documentation for this class was generated from the following file: