Go to the documentation of this file.
9 #ifndef LLDB_INTERPRETER_OPTIONGROUPMEMORYTAG_H
10 #define LLDB_INTERPRETER_OPTIONGROUPMEMORYTAG_H
22 bool note_binary =
false);
44 #endif // LLDB_INTERPRETER_OPTIONGROUPMEMORYTAG_H
bool OptionWasSet() const
OptionGroupMemoryTag(bool note_binary=false)
OptionDefinition m_option_definition
~OptionGroupMemoryTag() override=default
Status SetOptionValue(uint32_t option_idx, llvm::StringRef option_value, ExecutionContext *execution_context) override
void OptionParsingStarting(ExecutionContext *execution_context) override
llvm::ArrayRef< OptionDefinition > GetDefinitions() override
OptionValueBoolean m_show_tags
bool AnyOptionWasSet() const
A class that represents a running process on the host machine.
OptionValueBoolean GetShowTags()