LLDB mainline
Public Member Functions | Private Attributes | List of all members
lldb_private::UtilityFunctionScope Class Reference

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

Processm_process
 

Detailed Description

RAII guard that should be acquired when an utility function is called within a given process.

Definition at line 3256 of file Process.h.

Constructor & Destructor Documentation

◆ UtilityFunctionScope()

lldb_private::UtilityFunctionScope::UtilityFunctionScope ( Process p)
inline

Definition at line 3260 of file Process.h.

References m_process, and lldb_private::Process::SetRunningUtilityFunction().

◆ ~UtilityFunctionScope()

lldb_private::UtilityFunctionScope::~UtilityFunctionScope ( )
inline

Definition at line 3264 of file Process.h.

References m_process, and lldb_private::Process::SetRunningUtilityFunction().

Member Data Documentation

◆ m_process

Process* lldb_private::UtilityFunctionScope::m_process
private

Definition at line 3257 of file Process.h.

Referenced by UtilityFunctionScope(), and ~UtilityFunctionScope().


The documentation for this class was generated from the following file: