Go to the documentation of this file.
9 #ifndef LLDB_INTERPRETER_OPTIONGROUPFORMAT_H
10 #define LLDB_INTERPRETER_OPTIONGROUPFORMAT_H
19 typedef std::vector<std::tuple<lldb::CommandArgumentType, const char *>>
33 uint64_t default_byte_size =
35 uint64_t default_count =
87 #endif // LLDB_INTERPRETER_OPTIONGROUPFORMAT_H
bool OptionWasSet() const
Format
Display format definitions.
std::vector< std::tuple< lldb::CommandArgumentType, const char * > > OptionGroupFormatUsageTextVector
A class that represents a running process on the host machine.