Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectLog.h24 class CommandObjectLog : public CommandObjectMultiword {
29 CommandObjectLog(CommandInterpreter &interpreter);
31 ~CommandObjectLog() override;
37 DISALLOW_COPY_AND_ASSIGN(CommandObjectLog);
H A DCommandObjectLog.cpp363 CommandObjectLog::CommandObjectLog(CommandInterpreter &interpreter) in CommandObjectLog() function in CommandObjectLog
377 CommandObjectLog::~CommandObjectLog() = default;
/freebsd-12.1/lib/clang/liblldb/
H A DMakefile116 SRCS+= Commands/CommandObjectLog.cpp
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp477 m_command_dict["log"] = CommandObjectSP(new CommandObjectLog(*this)); in LoadCommandDictionary()