Searched refs:CommandObjectLog (Results 1 – 7 of 7) 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;
19 CommandObjectLog.cpp
22 CommandObjectLog.cpp \
45 "CommandObjectLog.cpp",
542 REGISTER_COMMAND_OBJECT("log", CommandObjectLog); in LoadCommandDictionary()
3950 lldb/source/Commands/CommandObjectLog.cpp3951 lldb/source/Commands/CommandObjectLog.h