10#ifndef LLDB_SOURCE_COMMANDS_COMMANDOBJECTAPROPOS_H
11#define LLDB_SOURCE_COMMANDS_COMMANDOBJECTAPROPOS_H
A command line argument class.
~CommandObjectApropos() override
void DoExecute(Args &command, CommandReturnObject &result) override
CommandObjectApropos(CommandInterpreter &interpreter)
CommandObjectParsed(CommandInterpreter &interpreter, const char *name, const char *help=nullptr, const char *syntax=nullptr, uint32_t flags=0)
A class that represents a running process on the host machine.