9#ifndef LLDB_SOURCE_COMMANDS_COMMANDOBJECTLOG_H
10#define LLDB_SOURCE_COMMANDS_COMMANDOBJECTLOG_H
CommandObjectLog(const CommandObjectLog &)=delete
~CommandObjectLog() override
CommandObjectLog(CommandInterpreter &interpreter)
const CommandObjectLog & operator=(const CommandObjectLog &)=delete
CommandObjectMultiword(CommandInterpreter &interpreter, const char *name, const char *help=nullptr, const char *syntax=nullptr, uint32_t flags=0)
friend class CommandInterpreter
A class that represents a running process on the host machine.