Go to the documentation of this file.
9 #ifndef LLDB_INTERPRETER_OPTIONVALUEFILECOLONLINE_H
10 #define LLDB_INTERPRETER_OPTIONVALUEFILECOLONLINE_H
15 #include "llvm/Support/Chrono.h"
20 public Cloneable<OptionValueFileColonLine, OptionValue> {
60 #endif // LLDB_INTERPRETER_OPTIONVALUEFILECOLONLINE_H
~OptionValueFileColonLine() override=default
#define LLDB_INVALID_COLUMN_NUMBER
OptionValue::Type GetType() const override
VarSetOperationType
Settable state variable types.
void DumpValue(const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask) override
uint32_t GetColumnNumber()
Status SetValueFromString(llvm::StringRef value, VarSetOperationType op=eVarSetOperationAssign) override
#define LLDB_INVALID_LINE_NUMBER
void Clear()
Clears the object state.
void SetCompletionMask(uint32_t mask)
void AutoComplete(CommandInterpreter &interpreter, CompletionRequest &request) override
A class that represents a running process on the host machine.
uint32_t m_completion_mask
OptionValueFileColonLine()