#include "lldb/Interpreter/OptionValueFormatEntity.h"
#include "lldb/Core/Module.h"
#include "lldb/Interpreter/CommandInterpreter.h"
#include "lldb/Utility/Stream.h"
#include "lldb/Utility/StringList.h"
usingnamespacelldb;
usingnamespacelldb_private;
OptionValueFormatEntity::OptionValueFormatEntity(const char *default_format) { … }
void OptionValueFormatEntity::Clear() { … }
static void EscapeBackticks(llvm::StringRef str, std::string &dst) { … }
void OptionValueFormatEntity::DumpValue(const ExecutionContext *exe_ctx,
Stream &strm, uint32_t dump_mask) { … }
llvm::json::Value
OptionValueFormatEntity::ToJSON(const ExecutionContext *exe_ctx) { … }
Status OptionValueFormatEntity::SetValueFromString(llvm::StringRef value_str,
VarSetOperationType op) { … }
void OptionValueFormatEntity::AutoComplete(CommandInterpreter &interpreter,
CompletionRequest &request) { … }