Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandReturnObject.h19 class CommandPluginInterfaceImplementation; variable
138 friend class lldb_private::CommandPluginInterfaceImplementation;
H A DSBCommandInterpreter.h18 class CommandPluginInterfaceImplementation; variable
319 friend class lldb_private::CommandPluginInterfaceImplementation;
H A DSBDebugger.h18 class CommandPluginInterfaceImplementation; variable
478 friend class lldb_private::CommandPluginInterfaceImplementation;
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp37 class CommandPluginInterfaceImplementation : public CommandObjectParsed { class
39 CommandPluginInterfaceImplementation(CommandInterpreter &interpreter, in CommandPluginInterfaceImplementation() function in lldb_private::CommandPluginInterfaceImplementation
595 new_command_sp = std::make_shared<CommandPluginInterfaceImplementation>( in AddCommand()
696 new_command_sp = std::make_shared<CommandPluginInterfaceImplementation>( in AddCommand()