#include <Process.h>
Definition at line 2869 of file Process.h.
◆ EventActionResult
Enumerator |
---|
eEventActionSuccess | |
eEventActionRetry | |
eEventActionExit | |
Definition at line 2871 of file Process.h.
◆ NextEventAction()
lldb_private::Process::NextEventAction::NextEventAction |
( |
Process * |
process | ) |
|
|
inline |
◆ ~NextEventAction()
virtual lldb_private::Process::NextEventAction::~NextEventAction |
( |
| ) |
|
|
virtualdefault |
◆ GetExitString()
virtual const char * lldb_private::Process::NextEventAction::GetExitString |
( |
| ) |
|
|
pure virtual |
◆ HandleBeingInterrupted()
virtual EventActionResult lldb_private::Process::NextEventAction::HandleBeingInterrupted |
( |
| ) |
|
|
pure virtual |
◆ HandleBeingUnshipped()
virtual void lldb_private::Process::NextEventAction::HandleBeingUnshipped |
( |
| ) |
|
|
inlinevirtual |
◆ PerformAction()
◆ RequestResume()
void lldb_private::Process::NextEventAction::RequestResume |
( |
| ) |
|
|
inline |
◆ m_process
Process* lldb_private::Process::NextEventAction::m_process |
|
protected |
The documentation for this class was generated from the following file: