Searched refs:AddMultiwordCommand (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/lldb/include/lldb/API/ |
D | SBCommandInterpreter.h | 66 lldb::SBCommand AddMultiwordCommand(const char *name, const char *help); 311 lldb::SBCommand AddMultiwordCommand(const char *name,
|
/external/llvm-project/lldb/examples/plugins/commands/ |
D | fooplugin.cpp | 43 lldb::SBCommand foo = interpreter.AddMultiwordCommand("foo", NULL); in PluginInitialize()
|
/external/llvm-project/lldb/source/API/ |
D | SBCommandInterpreter.cpp | 584 lldb::SBCommand SBCommandInterpreter::AddMultiwordCommand(const char *name, in AddMultiwordCommand() function in SBCommandInterpreter 586 LLDB_RECORD_METHOD(lldb::SBCommand, SBCommandInterpreter, AddMultiwordCommand, in AddMultiwordCommand() 689 lldb::SBCommand SBCommand::AddMultiwordCommand(const char *name, in AddMultiwordCommand() function in SBCommand 691 LLDB_RECORD_METHOD(lldb::SBCommand, SBCommand, AddMultiwordCommand, in AddMultiwordCommand() 847 AddMultiwordCommand, (const char *, const char *)); in RegisterMethods() 865 LLDB_REGISTER_METHOD(lldb::SBCommand, SBCommand, AddMultiwordCommand, in RegisterMethods()
|
/external/llvm-project/lldb/test/API/functionalities/plugins/command_plugin/ |
D | plugin.cpp.template | 42 lldb::SBCommand foo = interpreter.AddMultiwordCommand("plugin_loaded_command",NULL);
|
/external/llvm-project/lldb/unittests/API/ |
D | SBCommandInterpreterTest.cpp | 83 auto command = m_interp.AddMultiwordCommand("multicommand", /*help=*/nullptr); in TEST_F()
|
/external/llvm-project/lldb/tools/intel-features/intel-mpx/ |
D | cli-wrapper-mpxtable.cpp | 410 lldb::SBCommand mpxTable = interpreter.AddMultiwordCommand( in MPXPluginInitialize()
|
/external/llvm-project/lldb/tools/intel-features/intel-pt/ |
D | cli-wrapper-pt.cpp | 496 lldb::SBCommand proc_trace = interpreter.AddMultiwordCommand( in PTPluginInitialize()
|