10#ifndef LLDB_INTERPRETER_OPTIONVALUESINT64_H
11#define LLDB_INTERPRETER_OPTIONVALUESINT64_H
36 uint32_t dump_mask)
override;
A class that implements CRTP-based "virtual constructor" idiom.
"lldb/Target/ExecutionContext.h" A class that contains an execution context.
bool SetCurrentValue(int64_t value)
void SetMaximumValue(int64_t v)
int64_t GetCurrentValue() const
OptionValueSInt64(int64_t current_value, int64_t default_value)
OptionValueSInt64()=default
void SetMinimumValue(int64_t v)
~OptionValueSInt64() override=default
llvm::json::Value ToJSON(const ExecutionContext *exe_ctx) override
int64_t GetMinimumValue() const
int64_t GetDefaultValue() const
void DumpValue(const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask) override
const int64_t & operator=(int64_t value)
bool SetDefaultValue(int64_t value)
OptionValueSInt64(const OptionValueSInt64 &rhs)=default
OptionValueSInt64(int64_t value)
Status SetValueFromString(llvm::StringRef value, VarSetOperationType op=eVarSetOperationAssign) override
int64_t GetMaximumValue() const
OptionValue::Type GetType() const override
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.