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

#include <ValueObject.h>

Public Member Functions

 EvaluationPoint ()
 
 EvaluationPoint (ExecutionContextScope *exe_scope, bool use_selected=false)
 
 EvaluationPoint (const EvaluationPoint &rhs)
 
 ~EvaluationPoint ()
 
const ExecutionContextRefGetExecutionContextRef () const
 
void SetIsConstant ()
 
bool IsConstant () const
 
ProcessModID GetModID () const
 
void SetUpdateID (ProcessModID new_id)
 
void SetNeedsUpdate ()
 
void SetUpdated ()
 
bool NeedsUpdating (bool accept_invalid_exe_ctx)
 
bool IsValid ()
 
void SetInvalid ()
 

Private Member Functions

bool SyncWithProcessState (bool accept_invalid_exe_ctx)
 

Private Attributes

ProcessModID m_mod_id
 
ExecutionContextRef m_exe_ctx_ref
 
bool m_needs_update = true
 

Detailed Description

Definition at line 260 of file ValueObject.h.

Constructor & Destructor Documentation

◆ EvaluationPoint() [1/3]

ValueObject::EvaluationPoint::EvaluationPoint ( )

Definition at line 2812 of file ValueObject.cpp.

◆ EvaluationPoint() [2/3]

ValueObject::EvaluationPoint::EvaluationPoint ( ExecutionContextScope exe_scope,
bool  use_selected = false 
)

◆ EvaluationPoint() [3/3]

ValueObject::EvaluationPoint::EvaluationPoint ( const EvaluationPoint rhs)

Definition at line 2851 of file ValueObject.cpp.

◆ ~EvaluationPoint()

ValueObject::EvaluationPoint::~EvaluationPoint ( )
default

Member Function Documentation

◆ GetExecutionContextRef()

const ExecutionContextRef & lldb_private::ValueObject::EvaluationPoint::GetExecutionContextRef ( ) const
inline

◆ GetModID()

ProcessModID lldb_private::ValueObject::EvaluationPoint::GetModID ( ) const
inline

Definition at line 282 of file ValueObject.h.

References m_mod_id.

◆ IsConstant()

bool lldb_private::ValueObject::EvaluationPoint::IsConstant ( ) const
inline

◆ IsValid()

bool lldb_private::ValueObject::EvaluationPoint::IsValid ( )
inline

◆ NeedsUpdating()

bool lldb_private::ValueObject::EvaluationPoint::NeedsUpdating ( bool  accept_invalid_exe_ctx)
inline

Definition at line 290 of file ValueObject.h.

References m_needs_update, and SyncWithProcessState().

Referenced by lldb_private::ValueObject::NeedsUpdating().

◆ SetInvalid()

void lldb_private::ValueObject::EvaluationPoint::SetInvalid ( )
inline

Definition at line 306 of file ValueObject.h.

References m_mod_id, m_needs_update, and lldb_private::ProcessModID::SetInvalid().

◆ SetIsConstant()

void lldb_private::ValueObject::EvaluationPoint::SetIsConstant ( )
inline

◆ SetNeedsUpdate()

void lldb_private::ValueObject::EvaluationPoint::SetNeedsUpdate ( )
inline

Definition at line 286 of file ValueObject.h.

References m_needs_update.

Referenced by lldb_private::ValueObject::SetNeedsUpdate().

◆ SetUpdated()

void ValueObject::EvaluationPoint::SetUpdated ( )

◆ SetUpdateID()

void lldb_private::ValueObject::EvaluationPoint::SetUpdateID ( ProcessModID  new_id)
inline

Definition at line 284 of file ValueObject.h.

References m_mod_id.

◆ SyncWithProcessState()

bool ValueObject::EvaluationPoint::SyncWithProcessState ( bool  accept_invalid_exe_ctx)
private

Member Data Documentation

◆ m_exe_ctx_ref

ExecutionContextRef lldb_private::ValueObject::EvaluationPoint::m_exe_ctx_ref
private

Definition at line 320 of file ValueObject.h.

Referenced by EvaluationPoint(), and GetExecutionContextRef().

◆ m_mod_id

ProcessModID lldb_private::ValueObject::EvaluationPoint::m_mod_id
private

◆ m_needs_update

bool lldb_private::ValueObject::EvaluationPoint::m_needs_update = true
private

Definition at line 321 of file ValueObject.h.

Referenced by NeedsUpdating(), SetInvalid(), and SetNeedsUpdate().


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