Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/include/lldb/API/
DSBCommandInterpreter.h89 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,
DSBDefines.h44 class LLDB_API SBCommandPluginInterface; variable
/openbsd/src/gnu/llvm/lldb/source/API/
DSBCommandInterpreter.cpp40 lldb::SBCommandPluginInterface *backend, in CommandPluginInterfaceImplementation()
80 std::shared_ptr<lldb::SBCommandPluginInterface> m_backend;
554 const char *name, lldb::SBCommandPluginInterface *impl, const char *help) { in AddCommand()
563 lldb::SBCommandPluginInterface *impl, in AddCommand()
570 const char *name, lldb::SBCommandPluginInterface *impl, const char *help, in AddCommand()
651 lldb::SBCommandPluginInterface *impl, in AddCommand()
659 lldb::SBCommandPluginInterface *impl, in AddCommand()
666 lldb::SBCommandPluginInterface *impl, in AddCommand()
/openbsd/src/gnu/llvm/lldb/examples/plugins/commands/
Dfooplugin.cpp25 class ChildCommand : public lldb::SBCommandPluginInterface {
/openbsd/src/gnu/llvm/lldb/tools/intel-features/intel-mpx/
Dcli-wrapper-mpxtable.cpp303 class MPXTableShow : public lldb::SBCommandPluginInterface {
348 class MPXTableSet : public lldb::SBCommandPluginInterface {