LLDB mainline
|
This is the complete list of members for lldb_private::Property, including all inherited members.
Dump(const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask) const | lldb_private::Property | |
DumpDescription(CommandInterpreter &interpreter, Stream &strm, uint32_t output_width, bool display_qualified_name) const | lldb_private::Property | |
DumpQualifiedName(Stream &strm) const | lldb_private::Property | |
GetDescription() const | lldb_private::Property | inline |
GetName() const | lldb_private::Property | inline |
GetValue() const | lldb_private::Property | inline |
IsGlobal() const | lldb_private::Property | inline |
IsValid() const | lldb_private::Property | inline |
m_description | lldb_private::Property | protected |
m_is_global | lldb_private::Property | protected |
m_name | lldb_private::Property | protected |
m_value_sp | lldb_private::Property | protected |
Property(const PropertyDefinition &definition) | lldb_private::Property | |
Property(llvm::StringRef name, llvm::StringRef desc, bool is_global, const lldb::OptionValueSP &value_sp) | lldb_private::Property | |
SetOptionValue(const lldb::OptionValueSP &value_sp) | lldb_private::Property | inline |
SetValueChangedCallback(std::function< void()> callback) | lldb_private::Property |