9#ifndef LLDB_SOURCE_COMMANDS_COMMANDOBJECTDWIMPRINT_H
10#define LLDB_SOURCE_COMMANDS_COMMANDOBJECTDWIMPRINT_H
Implements dwim-print, a printing command that chooses the most direct, efficient,...
Options * GetOptions() override
bool WantsCompletion() override
CommandObjectExpression::CommandOptions m_expr_options
OptionGroupFormat m_format_options
~CommandObjectDWIMPrint() override=default
OptionGroupOptions m_option_group
OptionGroupValueObjectDisplay m_varobj_options
void DoExecute(llvm::StringRef command, CommandReturnObject &result) override
A command line option parsing protocol class.
A class that represents a running process on the host machine.