Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectDiagnostics.cpp25 class CommandObjectDiagnosticsDump : public CommandObjectParsed { class
28 CommandObjectDiagnosticsDump(CommandInterpreter &interpreter) in CommandObjectDiagnosticsDump() function in CommandObjectDiagnosticsDump
32 ~CommandObjectDiagnosticsDump() override = default;
111 "dump", CommandObjectSP(new CommandObjectDiagnosticsDump(interpreter))); in CommandObjectDiagnostics()