Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A 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;
H A DCommandObjectLog.cpp633 CommandObjectLog::CommandObjectLog(CommandInterpreter &interpreter) in CommandObjectLog() function in CommandObjectLog
649 CommandObjectLog::~CommandObjectLog() = default;
/freebsd-14.2/lib/clang/liblldb/
H A DMakefile131 SRCS+= Commands/CommandObjectLog.cpp
/freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp551 REGISTER_COMMAND_OBJECT("log", CommandObjectLog); in LoadCommandDictionary()