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