9#ifndef LLDB_CORE_USERSETTINGSCONTROLLER_H
10#define LLDB_CORE_USERSETTINGSCONTROLLER_H
16#include "llvm/ADT/StringRef.h"
24class CommandInterpreter;
26class ExecutionContext;
37 Properties(
const lldb::OptionValuePropertiesSP &collection_sp)
49 llvm::StringRef property_path,
55 llvm::StringRef property_path,
56 llvm::StringRef value);
59 Stream &strm, llvm::StringRef property_path,
60 uint32_t dump_mask,
bool is_json =
false);
64 bool is_json =
false);
69 size_t Apropos(llvm::StringRef keyword,
70 std::vector<const Property *> &matching_properties)
const;
static llvm::raw_ostream & error(Stream &strm)
A uniqued constant string class.
"lldb/Target/ExecutionContext.h" A class that contains an execution context.
lldb::OptionValuePropertiesSP GetSubProperty(const ExecutionContext *exe_ctx, ConstString name)
virtual void DumpAllDescriptions(CommandInterpreter &interpreter, Stream &strm) const
Properties(const lldb::OptionValuePropertiesSP &collection_sp)
virtual Status DumpPropertyValue(const ExecutionContext *exe_ctx, Stream &strm, llvm::StringRef property_path, uint32_t dump_mask, bool is_json=false)
virtual void DumpAllPropertyValues(const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask, bool is_json=false)
virtual lldb::OptionValueSP GetPropertyValue(const ExecutionContext *exe_ctx, llvm::StringRef property_path, bool will_modify, Status &error) const
size_t Apropos(llvm::StringRef keyword, std::vector< const Property * > &matching_properties) const
lldb::OptionValuePropertiesSP m_collection_sp
virtual Status SetPropertyValue(const ExecutionContext *exe_ctx, VarSetOperationType op, llvm::StringRef property_path, llvm::StringRef value)
virtual ~Properties()=default
static bool IsSettingExperimental(llvm::StringRef setting)
virtual lldb::OptionValuePropertiesSP GetValueProperties() const
static const char * GetExperimentalSettingsName()
A stream class that can stream formatted output to a file.
A class that represents a running process on the host machine.
VarSetOperationType
Settable state variable types.