LLDB mainline
|
#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 |
Definition at line 984 of file ValueObject.h.
|
inline |
Definition at line 991 of file ValueObject.h.
References m_children_count_valid, m_did_calculate_complete_objc_class_type, m_is_array_item_for_pointer, m_is_bitfield_for_scalar, m_is_child_at_offset, m_is_deref_of_parent, m_is_getting_summary, m_is_synthetic_children_generated, m_old_value_valid, m_value_did_change, and m_value_is_valid.
bool lldb_private::ValueObject::Bitflags::m_children_count_valid |
Definition at line 986 of file ValueObject.h.
Referenced by Bitflags(), lldb_private::ValueObject::ClearDynamicTypeInformation(), lldb_private::ValueObject::GetNumChildren(), lldb_private::ValueObject::SetNumChildren(), lldb_private::ValueObjectSynthetic::UpdateValue(), and lldb_private::ValueObjectVTable::UpdateValue().
bool lldb_private::ValueObject::Bitflags::m_did_calculate_complete_objc_class_type |
Definition at line 989 of file ValueObject.h.
Referenced by Bitflags(), lldb_private::ValueObject::ClearDynamicTypeInformation(), lldb_private::ValueObject::MaybeCalculateCompleteType(), and lldb_private::ValueObject::SetHasCompleteType().
bool lldb_private::ValueObject::Bitflags::m_is_array_item_for_pointer |
Definition at line 987 of file ValueObject.h.
Referenced by Bitflags(), and lldb_private::ValueObject::GetExpressionPath().
bool lldb_private::ValueObject::Bitflags::m_is_bitfield_for_scalar |
Definition at line 988 of file ValueObject.h.
Referenced by Bitflags(), and lldb_private::ValueObject::GetValueAsCString().
bool lldb_private::ValueObject::Bitflags::m_is_child_at_offset |
Definition at line 988 of file ValueObject.h.
Referenced by Bitflags().
bool lldb_private::ValueObject::Bitflags::m_is_deref_of_parent |
Definition at line 987 of file ValueObject.h.
Referenced by Bitflags().
bool lldb_private::ValueObject::Bitflags::m_is_getting_summary |
Definition at line 989 of file ValueObject.h.
Referenced by Bitflags(), and lldb_private::ValueObject::GetSummaryAsCString().
bool lldb_private::ValueObject::Bitflags::m_is_synthetic_children_generated |
Definition at line 990 of file ValueObject.h.
Referenced by Bitflags(), lldb_private::ValueObject::GetExpressionPath(), lldb_private::ValueObject::IsSyntheticChildrenGenerated(), lldb_private::ValueObject::SetSyntheticChildrenGenerated(), and lldb_private::ValueObject::ValueObject().
bool lldb_private::ValueObject::Bitflags::m_old_value_valid |
Definition at line 986 of file ValueObject.h.
Referenced by Bitflags(), lldb_private::ValueObject::GetValueAsCString(), and lldb_private::ValueObject::UpdateValueIfNeeded().
bool lldb_private::ValueObject::Bitflags::m_value_did_change |
Definition at line 985 of file ValueObject.h.
Referenced by Bitflags(), lldb_private::ValueObject::GetValueAsCString(), lldb_private::ValueObject::GetValueDidChange(), lldb_private::ValueObject::SetValueDidChange(), and lldb_private::ValueObject::UpdateValueIfNeeded().
bool lldb_private::ValueObject::Bitflags::m_value_is_valid |
Definition at line 985 of file ValueObject.h.
Referenced by Bitflags(), lldb_private::ValueObject::GetValueIsValid(), and lldb_private::ValueObject::SetValueIsValid().