Home
last modified time | relevance | path

Searched refs:CommandObjectLog (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/source/Commands/
DCommandObjectLog.h18 class CommandObjectLog : public CommandObjectMultiword {
21 CommandObjectLog(CommandInterpreter &interpreter);
23 ~CommandObjectLog() override;
27 CommandObjectLog(const CommandObjectLog &) = delete;
28 const CommandObjectLog &operator=(const CommandObjectLog &) = delete;
DCommandObjectLog.cpp499 CommandObjectLog::CommandObjectLog(CommandInterpreter &interpreter) in CommandObjectLog() function in CommandObjectLog
513 CommandObjectLog::~CommandObjectLog() = default;
DCMakeLists.txt17 CommandObjectLog.cpp
/external/llvm-project/lldb/source/Interpreter/
DCommandInterpreter.cpp501 REGISTER_COMMAND_OBJECT("log", CommandObjectLog); in LoadCommandDictionary()