Apropos(llvm::StringRef keyword, std::vector< const Property * > &matching_properties) const | lldb_private::Properties | |
DumpAllDescriptions(CommandInterpreter &interpreter, Stream &strm) const | lldb_private::Properties | virtual |
DumpAllPropertyValues(const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask, bool is_json=false) | lldb_private::Properties | virtual |
DumpPropertyValue(const ExecutionContext *exe_ctx, Stream &strm, llvm::StringRef property_path, uint32_t dump_mask, bool is_json=false) | lldb_private::Properties | virtual |
GetExperimentalSettingsName() | lldb_private::Properties | static |
GetLibrariesToAvoid() const | lldb_private::ThreadProperties | |
GetMaxBacktraceDepth() const | lldb_private::ThreadProperties | |
GetPropertyAtIndexAs(uint32_t idx, T default_value, const ExecutionContext *exe_ctx=nullptr) const | lldb_private::Properties | inline |
GetPropertyAtIndexAs(uint32_t idx, const ExecutionContext *exe_ctx=nullptr) const | lldb_private::Properties | inline |
GetPropertyValue(const ExecutionContext *exe_ctx, llvm::StringRef property_path, Status &error) const | lldb_private::Properties | virtual |
GetSingleThreadPlanTimeout() const | lldb_private::ThreadProperties | |
GetStepInAvoidsNoDebug() const | lldb_private::ThreadProperties | |
GetStepOutAvoidsNoDebug() const | lldb_private::ThreadProperties | |
GetSymbolsToAvoidRegexp() | lldb_private::ThreadProperties | |
GetTraceEnabledState() const | lldb_private::ThreadProperties | |
GetValueProperties() const | lldb_private::Properties | inlinevirtual |
IsSettingExperimental(llvm::StringRef setting) | lldb_private::Properties | static |
m_collection_sp | lldb_private::Properties | protected |
Properties() | lldb_private::Properties | |
Properties(const lldb::OptionValuePropertiesSP &collection_sp) | lldb_private::Properties | |
SetPropertyAtIndex(uint32_t idx, T t, const ExecutionContext *exe_ctx=nullptr) const | lldb_private::Properties | inline |
SetPropertyValue(const ExecutionContext *exe_ctx, VarSetOperationType op, llvm::StringRef property_path, llvm::StringRef value) | lldb_private::Properties | virtual |
ThreadProperties(bool is_global) | lldb_private::ThreadProperties | |
~Properties() | lldb_private::Properties | virtual |
~ThreadProperties() override | lldb_private::ThreadProperties | |