Searched refs:SBCommandPluginInterface (Results 1 – 9 of 9) sorted by relevance
/external/llvm-project/lldb/include/lldb/API/ |
D | SBCommandInterpreter.h | 87 lldb::SBCommandPluginInterface *impl, 114 lldb::SBCommandPluginInterface *impl, 144 lldb::SBCommandPluginInterface *impl, 279 class SBCommandPluginInterface { 281 virtual ~SBCommandPluginInterface() = default; 333 lldb::SBCommandPluginInterface *impl, 360 lldb::SBCommandPluginInterface *impl, 394 lldb::SBCommandPluginInterface *impl,
|
D | SBDefines.h | 32 class LLDB_API SBCommandPluginInterface; variable
|
/external/llvm-project/lldb/source/API/ |
D | SBCommandInterpreter.cpp | 39 lldb::SBCommandPluginInterface *backend, in CommandPluginInterfaceImplementation() 75 std::shared_ptr<lldb::SBCommandPluginInterface> m_backend; 600 const char *name, lldb::SBCommandPluginInterface *impl, const char *help) { in AddCommand() 603 (const char *, lldb::SBCommandPluginInterface *, const char *), name, in AddCommand() 612 lldb::SBCommandPluginInterface *impl, in AddCommand() 615 (const char *, lldb::SBCommandPluginInterface *, in AddCommand() 623 const char *name, lldb::SBCommandPluginInterface *impl, const char *help, in AddCommand() 626 (const char *, lldb::SBCommandPluginInterface *, in AddCommand() 708 lldb::SBCommandPluginInterface *impl, in AddCommand() 712 (const char *, lldb::SBCommandPluginInterface *, const char *), name, in AddCommand() [all …]
|
/external/llvm-project/lldb/tools/intel-features/intel-pt/ |
D | cli-wrapper-pt.cpp | 124 class ProcessorTraceStart : public lldb::SBCommandPluginInterface { 127 : SBCommandPluginInterface(), pt_decoder_sp(pt_decoder) {} in ProcessorTraceStart() 204 class ProcessorTraceInfo : public lldb::SBCommandPluginInterface { 207 : SBCommandPluginInterface(), pt_decoder_sp(pt_decoder) {} in ProcessorTraceInfo() 302 class ProcessorTraceShowInstrLog : public lldb::SBCommandPluginInterface { 305 : SBCommandPluginInterface(), pt_decoder_sp(pt_decoder) {} in ProcessorTraceShowInstrLog() 442 class ProcessorTraceStop : public lldb::SBCommandPluginInterface { 445 : SBCommandPluginInterface(), pt_decoder_sp(pt_decoder) {} in ProcessorTraceStop() 502 lldb::SBCommandPluginInterface *proc_trace_start = in PTPluginInitialize() 520 lldb::SBCommandPluginInterface *proc_trace_stop = in PTPluginInitialize() [all …]
|
/external/llvm-project/lldb/examples/plugins/commands/ |
D | fooplugin.cpp | 25 class ChildCommand : public lldb::SBCommandPluginInterface {
|
/external/llvm-project/lldb/test/API/api/command-return-object/ |
D | main.cpp | 13 class CommandCrasher : public SBCommandPluginInterface {
|
/external/llvm-project/lldb/test/API/functionalities/plugins/command_plugin/ |
D | plugin.cpp.template | 14 class ChildCommand : public lldb::SBCommandPluginInterface
|
/external/llvm-project/lldb/unittests/API/ |
D | SBCommandInterpreterTest.cpp | 32 class DummyCommand : public SBCommandPluginInterface {
|
/external/llvm-project/lldb/tools/intel-features/intel-mpx/ |
D | cli-wrapper-mpxtable.cpp | 303 class MPXTableShow : public lldb::SBCommandPluginInterface { 348 class MPXTableSet : public lldb::SBCommandPluginInterface {
|