Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Commands/
H A DCommandObjectLog.cpp322 class CommandObjectLogDump : public CommandObjectParsed { class
324 CommandObjectLogDump(CommandInterpreter &interpreter) in CommandObjectLogDump() function in CommandObjectLogDump
342 ~CommandObjectLogDump() override = default;
640 CommandObjectSP(new CommandObjectLogDump(interpreter))); in CommandObjectLog()