Home
last modified time | relevance | path

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

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