Searched refs:SBCommandPluginInterface (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/lldb/include/lldb/API/ |
| H A D | SBCommandInterpreter.h | 89 lldb::SBCommandPluginInterface *impl, 116 lldb::SBCommandPluginInterface *impl, 146 lldb::SBCommandPluginInterface *impl, 283 class SBCommandPluginInterface { 285 virtual ~SBCommandPluginInterface() = default; 337 lldb::SBCommandPluginInterface *impl, 364 lldb::SBCommandPluginInterface *impl, 398 lldb::SBCommandPluginInterface *impl,
|
| H A D | SBDefines.h | 44 class LLDB_API SBCommandPluginInterface; variable
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBCommandInterpreter.cpp | 39 lldb::SBCommandPluginInterface *backend, in CommandPluginInterfaceImplementation() 79 std::shared_ptr<lldb::SBCommandPluginInterface> m_backend; 553 const char *name, lldb::SBCommandPluginInterface *impl, const char *help) { in AddCommand() 562 lldb::SBCommandPluginInterface *impl, in AddCommand() 569 const char *name, lldb::SBCommandPluginInterface *impl, const char *help, in AddCommand() 650 lldb::SBCommandPluginInterface *impl, in AddCommand() 658 lldb::SBCommandPluginInterface *impl, in AddCommand() 665 lldb::SBCommandPluginInterface *impl, in AddCommand()
|
| /llvm-project-15.0.7/lldb/examples/plugins/commands/ |
| H A D | fooplugin.cpp | 25 class ChildCommand : public lldb::SBCommandPluginInterface {
|
| /llvm-project-15.0.7/lldb/test/API/api/command-return-object/ |
| H A D | main.cpp | 13 class CommandCrasher : public SBCommandPluginInterface {
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/plugins/command_plugin/ |
| H A D | plugin.cpp.template | 14 class ChildCommand : public lldb::SBCommandPluginInterface
|
| /llvm-project-15.0.7/lldb/unittests/API/ |
| H A D | SBCommandInterpreterTest.cpp | 32 class DummyCommand : public SBCommandPluginInterface {
|
| /llvm-project-15.0.7/lldb/tools/intel-features/intel-mpx/ |
| H A D | cli-wrapper-mpxtable.cpp | 303 class MPXTableShow : public lldb::SBCommandPluginInterface { 348 class MPXTableSet : public lldb::SBCommandPluginInterface {
|