LLDB mainline
Public Member Functions | Public Attributes | List of all members
lldb_private::ValueObject::Bitflags Struct Reference

#include <ValueObject.h>

Public Member Functions

 Bitflags ()
 

Public Attributes

bool m_value_is_valid: 1
 
bool m_value_did_change: 1
 
bool m_children_count_valid: 1
 
bool m_old_value_valid: 1
 
bool m_is_deref_of_parent: 1
 
bool m_is_array_item_for_pointer: 1
 
bool m_is_bitfield_for_scalar: 1
 
bool m_is_child_at_offset: 1
 
bool m_is_getting_summary: 1
 
bool m_did_calculate_complete_objc_class_type: 1
 
bool m_is_synthetic_children_generated: 1
 

Detailed Description

Definition at line 904 of file ValueObject.h.

Constructor & Destructor Documentation

◆ Bitflags()

lldb_private::ValueObject::Bitflags::Bitflags ( )
inline

Member Data Documentation

◆ m_children_count_valid

bool lldb_private::ValueObject::Bitflags::m_children_count_valid

◆ m_did_calculate_complete_objc_class_type

bool lldb_private::ValueObject::Bitflags::m_did_calculate_complete_objc_class_type

◆ m_is_array_item_for_pointer

bool lldb_private::ValueObject::Bitflags::m_is_array_item_for_pointer

Definition at line 907 of file ValueObject.h.

Referenced by Bitflags(), and lldb_private::ValueObject::GetExpressionPath().

◆ m_is_bitfield_for_scalar

bool lldb_private::ValueObject::Bitflags::m_is_bitfield_for_scalar

Definition at line 908 of file ValueObject.h.

Referenced by Bitflags(), and lldb_private::ValueObject::GetValueAsCString().

◆ m_is_child_at_offset

bool lldb_private::ValueObject::Bitflags::m_is_child_at_offset

Definition at line 908 of file ValueObject.h.

Referenced by Bitflags().

◆ m_is_deref_of_parent

bool lldb_private::ValueObject::Bitflags::m_is_deref_of_parent

Definition at line 907 of file ValueObject.h.

Referenced by Bitflags().

◆ m_is_getting_summary

bool lldb_private::ValueObject::Bitflags::m_is_getting_summary

Definition at line 909 of file ValueObject.h.

Referenced by Bitflags(), and lldb_private::ValueObject::GetSummaryAsCString().

◆ m_is_synthetic_children_generated

bool lldb_private::ValueObject::Bitflags::m_is_synthetic_children_generated

◆ m_old_value_valid

bool lldb_private::ValueObject::Bitflags::m_old_value_valid

◆ m_value_did_change

bool lldb_private::ValueObject::Bitflags::m_value_did_change

◆ m_value_is_valid

bool lldb_private::ValueObject::Bitflags::m_value_is_valid

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