Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/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;
/freebsd-14.2/lib/clang/liblldb/
H A DMakefile124 SRCS+= Commands/CommandObjectDiagnostics.cpp
/freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp544 REGISTER_COMMAND_OBJECT("diagnostics", CommandObjectDiagnostics); in LoadCommandDictionary()