Searched refs:SBCommand (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/gnu/llvm/lldb/source/API/ |
| D | SBCommandInterpreter.cpp | 540 lldb::SBCommand SBCommandInterpreter::AddMultiwordCommand(const char *name, in AddMultiwordCommand() 549 return lldb::SBCommand(new_command_sp); in AddMultiwordCommand() 550 return lldb::SBCommand(); in AddMultiwordCommand() 553 lldb::SBCommand SBCommandInterpreter::AddCommand( in AddCommand() 561 lldb::SBCommand 569 lldb::SBCommand SBCommandInterpreter::AddCommand( in AddCommand() 581 return lldb::SBCommand(new_command_sp); in AddCommand() 582 return lldb::SBCommand(); in AddCommand() 585 SBCommand::SBCommand() { LLDB_INSTRUMENT_VA(this); } in SBCommand() function in SBCommand 587 SBCommand::SBCommand(lldb::CommandObjectSP cmd_sp) : m_opaque_sp(cmd_sp) {} in SBCommand() function in SBCommand [all …]
|
| /openbsd/src/gnu/llvm/lldb/include/lldb/API/ |
| D | SBCommandInterpreter.h | 68 lldb::SBCommand AddMultiwordCommand(const char *name, const char *help); 88 lldb::SBCommand AddCommand(const char *name, 115 lldb::SBCommand AddCommand(const char *name, 145 lldb::SBCommand AddCommand(const char *name, 293 class SBCommand { 295 SBCommand(); 315 lldb::SBCommand AddMultiwordCommand(const char *name, 336 lldb::SBCommand AddCommand(const char *name, 363 lldb::SBCommand AddCommand(const char *name, 397 lldb::SBCommand AddCommand(const char *name, [all …]
|
| D | SBDefines.h | 40 class LLDB_API SBCommand; variable
|
| /openbsd/src/gnu/llvm/lldb/examples/plugins/commands/ |
| D | fooplugin.cpp | 43 lldb::SBCommand foo = interpreter.AddMultiwordCommand("foo", NULL); in PluginInitialize()
|
| /openbsd/src/gnu/llvm/lldb/tools/intel-features/intel-mpx/ |
| D | cli-wrapper-mpxtable.cpp | 410 lldb::SBCommand mpxTable = interpreter.AddMultiwordCommand( in MPXPluginInitialize()
|