Searched refs:CommandObjectLog (Results 1 – 6 of 6) sorted by relevance
18 class CommandObjectLog : public CommandObjectMultiword {21 CommandObjectLog(CommandInterpreter &interpreter);23 ~CommandObjectLog() override;27 CommandObjectLog(const CommandObjectLog &) = delete;28 const CommandObjectLog &operator=(const CommandObjectLog &) = delete;
629 CommandObjectLog::CommandObjectLog(CommandInterpreter &interpreter) in CommandObjectLog() function in CommandObjectLog645 CommandObjectLog::~CommandObjectLog() = default;
17 CommandObjectLog.cpp
43 "CommandObjectLog.cpp",
523 REGISTER_COMMAND_OBJECT("log", CommandObjectLog); in LoadCommandDictionary()
3955 lldb/source/Commands/CommandObjectLog.cpp3956 lldb/source/Commands/CommandObjectLog.h