LLDB mainline
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 1007 of file ValueObject.h.

Constructor & Destructor Documentation

◆ Bitflags()

Member Data Documentation

◆ m_children_count_valid

bool lldb_private::ValueObject::Bitflags::m_children_count_valid

Definition at line 1009 of file ValueObject.h.

Referenced by Bitflags().

◆ m_did_calculate_complete_objc_class_type

bool lldb_private::ValueObject::Bitflags::m_did_calculate_complete_objc_class_type

Definition at line 1012 of file ValueObject.h.

Referenced by Bitflags().

◆ m_is_array_item_for_pointer

bool lldb_private::ValueObject::Bitflags::m_is_array_item_for_pointer

Definition at line 1010 of file ValueObject.h.

Referenced by Bitflags().

◆ m_is_bitfield_for_scalar

bool lldb_private::ValueObject::Bitflags::m_is_bitfield_for_scalar

Definition at line 1011 of file ValueObject.h.

Referenced by Bitflags().

◆ m_is_child_at_offset

bool lldb_private::ValueObject::Bitflags::m_is_child_at_offset

Definition at line 1011 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 1010 of file ValueObject.h.

Referenced by Bitflags().

◆ m_is_getting_summary

bool lldb_private::ValueObject::Bitflags::m_is_getting_summary

Definition at line 1012 of file ValueObject.h.

Referenced by Bitflags().

◆ m_is_synthetic_children_generated

bool lldb_private::ValueObject::Bitflags::m_is_synthetic_children_generated

Definition at line 1013 of file ValueObject.h.

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

◆ m_old_value_valid

bool lldb_private::ValueObject::Bitflags::m_old_value_valid

Definition at line 1009 of file ValueObject.h.

Referenced by Bitflags().

◆ m_value_did_change

bool lldb_private::ValueObject::Bitflags::m_value_did_change

Definition at line 1008 of file ValueObject.h.

Referenced by Bitflags().

◆ m_value_is_valid

bool lldb_private::ValueObject::Bitflags::m_value_is_valid

Definition at line 1008 of file ValueObject.h.

Referenced by Bitflags().


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