LLDB mainline
|
RAII guard that should be acquired when an utility function is called within a given process. More...
#include <Process.h>
Public Member Functions | |
UtilityFunctionScope (Process *p) | |
~UtilityFunctionScope () | |
Private Attributes | |
Process * | m_process |
RAII guard that should be acquired when an utility function is called within a given process.
|
inline |
Definition at line 3343 of file Process.h.
References m_process, and lldb_private::Process::SetRunningUtilityFunction().
|
inline |
Definition at line 3347 of file Process.h.
References m_process, and lldb_private::Process::SetRunningUtilityFunction().
|
private |
Definition at line 3340 of file Process.h.
Referenced by UtilityFunctionScope(), and ~UtilityFunctionScope().