LLDB mainline
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 3379 of file Process.h.

Constructor & Destructor Documentation

◆ UtilityFunctionScope()

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

Definition at line 3383 of file Process.h.

References m_process.

◆ ~UtilityFunctionScope()

lldb_private::UtilityFunctionScope::~UtilityFunctionScope ( )
inline

Definition at line 3387 of file Process.h.

References m_process.

Member Data Documentation

◆ m_process

Process* lldb_private::UtilityFunctionScope::m_process
private

Definition at line 3380 of file Process.h.

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


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