Go to the documentation of this file.
9 #ifndef LLDB_INTERPRETER_OPTIONVALUECHAR_H
10 #define LLDB_INTERPRETER_OPTIONVALUECHAR_H
68 #endif // LLDB_INTERPRETER_OPTIONVALUECHAR_H
char GetDefaultValue() const
Status SetValueFromString(llvm::StringRef value, VarSetOperationType op=eVarSetOperationAssign) override
VarSetOperationType
Settable state variable types.
char GetCurrentValue() const
~OptionValueChar() override=default
llvm::json::Value ToJSON(const ExecutionContext *exe_ctx) override
void SetDefaultValue(char value)
OptionValue::Type GetType() const override
void SetCurrentValue(char value)
OptionValueChar(char current_value, char default_value)
A class that represents a running process on the host machine.
const char & operator=(char c)
OptionValueChar(char value)
void DumpValue(const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask) override