|
LLDB mainline
|
#include <Property.h>
Public Attributes | |
| const char * | name |
| OptionValue::Type | type |
| bool | global |
| uintptr_t | default_uint_value |
| const char * | default_cstr_value |
| OptionEnumValues | enum_values |
| const char * | description |
Definition at line 23 of file Property.h.
| const char* lldb_private::PropertyDefinition::default_cstr_value |
Definition at line 28 of file Property.h.
| uintptr_t lldb_private::PropertyDefinition::default_uint_value |
Definition at line 27 of file Property.h.
Referenced by lldb_private::Property::Property().
| const char* lldb_private::PropertyDefinition::description |
Definition at line 30 of file Property.h.
| OptionEnumValues lldb_private::PropertyDefinition::enum_values |
Definition at line 29 of file Property.h.
Referenced by lldb_private::Property::Property().
| bool lldb_private::PropertyDefinition::global |
Definition at line 26 of file Property.h.
| const char* lldb_private::PropertyDefinition::name |
Definition at line 24 of file Property.h.
| OptionValue::Type lldb_private::PropertyDefinition::type |
Definition at line 25 of file Property.h.
Referenced by lldb_private::Property::Property().