Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Commands/
H A DCommandObjectDiagnostics.h16 class CommandObjectDiagnostics : public CommandObjectMultiword {
18 CommandObjectDiagnostics(CommandInterpreter &interpreter);
19 ~CommandObjectDiagnostics() override;
22 CommandObjectDiagnostics(const CommandObjectDiagnostics &) = delete;
23 const CommandObjectDiagnostics &
24 operator=(const CommandObjectDiagnostics &) = delete;
H A DCommandObjectDiagnostics.cpp105 CommandObjectDiagnostics::CommandObjectDiagnostics( in CommandObjectDiagnostics() function in CommandObjectDiagnostics
114 CommandObjectDiagnostics::~CommandObjectDiagnostics() = default;
H A DCMakeLists.txt11 CommandObjectDiagnostics.cpp
/llvm-project/llvm/utils/gn/secondary/lldb/source/Commands/
H A DBUILD.gn39 "CommandObjectDiagnostics.cpp",
/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp21 #include "Commands/CommandObjectDiagnostics.h"
565 REGISTER_COMMAND_OBJECT("diagnostics", CommandObjectDiagnostics); in LoadCommandDictionary()