/external/llvm-project/lldb/source/API/ |
D | SBCommandInterpreter.cpp | 69 SBCommandInterpreter sb_interpreter(&m_interpreter); in DoExecute() 79 SBCommandInterpreter::SBCommandInterpreter(CommandInterpreter *interpreter) in SBCommandInterpreter() function in SBCommandInterpreter 81 LLDB_RECORD_CONSTRUCTOR(SBCommandInterpreter, in SBCommandInterpreter() 86 SBCommandInterpreter::SBCommandInterpreter(const SBCommandInterpreter &rhs) in SBCommandInterpreter() function in SBCommandInterpreter 88 LLDB_RECORD_CONSTRUCTOR(SBCommandInterpreter, in SBCommandInterpreter() 89 (const lldb::SBCommandInterpreter &), rhs); in SBCommandInterpreter() 92 SBCommandInterpreter::~SBCommandInterpreter() = default; 94 const SBCommandInterpreter &SBCommandInterpreter:: 95 operator=(const SBCommandInterpreter &rhs) { in operator =() 97 const lldb::SBCommandInterpreter &, in operator =() [all …]
|
D | SBDebugger.cpp | 218 SBCommandInterpreter interp = debugger.GetCommandInterpreter(); in Create() 463 SBCommandInterpreter SBDebugger::GetCommandInterpreter() { in GetCommandInterpreter() 464 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBCommandInterpreter, SBDebugger, in GetCommandInterpreter() 467 SBCommandInterpreter sb_interpreter; in GetCommandInterpreter() 483 SBCommandInterpreter sb_interpreter(GetCommandInterpreter()); in HandleCommand() 1723 LLDB_REGISTER_METHOD(lldb::SBCommandInterpreter, SBDebugger, in RegisterMethods()
|
/external/llvm-project/lldb/include/lldb/API/ |
D | SBCommandInterpreter.h | 19 class SBCommandInterpreter { 29 SBCommandInterpreter(const lldb::SBCommandInterpreter &rhs); 31 ~SBCommandInterpreter(); 33 const lldb::SBCommandInterpreter & 34 operator=(const lldb::SBCommandInterpreter &rhs); 217 SBCommandInterpreter( 400 friend class SBCommandInterpreter; variable
|
D | SBCommandInterpreterRunOptions.h | 25 friend class SBCommandInterpreter; variable 83 friend class SBCommandInterpreter; variable
|
D | SBExecutionContext.h | 21 friend class SBCommandInterpreter; variable
|
D | SBSourceManager.h | 38 friend class SBCommandInterpreter;
|
D | SBStringList.h | 45 friend class SBCommandInterpreter;
|
D | SBBroadcaster.h | 64 friend class SBCommandInterpreter;
|
D | SBDebugger.h | 113 lldb::SBCommandInterpreter GetCommandInterpreter(); 340 friend class SBCommandInterpreter;
|
D | SBFileSpec.h | 62 friend class SBCommandInterpreter; variable
|
D | SBCommandReturnObject.h | 112 friend class SBCommandInterpreter;
|
D | SBListener.h | 86 friend class SBCommandInterpreter; variable
|
D | SBDefines.h | 29 class LLDB_API SBCommandInterpreter; variable
|
/external/llvm-project/lldb/bindings/interface/ |
D | SBCommandInterpreter.i | 53 execution.") SBCommandInterpreter; 54 class SBCommandInterpreter 66 SBCommandInterpreter (const lldb::SBCommandInterpreter &rhs); 68 ~SBCommandInterpreter ();
|
/external/llvm-project/lldb/utils/lui/ |
D | debuggerdriver.py | 62 lldb.SBCommandInterpreter.GetBroadcasterClass(), 63 … lldb.SBCommandInterpreter.eBroadcastBitThreadShouldExit 64 … | lldb.SBCommandInterpreter.eBroadcastBitResetPrompt 65 … | lldb.SBCommandInterpreter.eBroadcastBitQuitCommandReceived 66 … | lldb.SBCommandInterpreter.eBroadcastBitAsynchronousOutputData 67 … | lldb.SBCommandInterpreter.eBroadcastBitAsynchronousErrorData
|
/external/llvm-project/lldb/examples/plugins/commands/ |
D | fooplugin.cpp | 42 lldb::SBCommandInterpreter interpreter = debugger.GetCommandInterpreter(); in PluginInitialize()
|
/external/llvm-project/lldb/test/API/api/command-return-object/ |
D | main.cpp | 28 SBCommandInterpreter interp = dbg.GetCommandInterpreter(); in main()
|
/external/llvm-project/lldb/tools/lldb-vscode/ |
D | VSCodeForward.h | 24 class SBCommandInterpreter; variable
|
D | LLDBUtils.cpp | 19 lldb::SBCommandInterpreter interp = g_vsc.debugger.GetCommandInterpreter(); in RunLLDBCommands()
|
/external/llvm-project/lldb/test/API/functionalities/plugins/command_plugin/ |
D | plugin.cpp.template | 41 lldb::SBCommandInterpreter interpreter = debugger.GetCommandInterpreter();
|
/external/llvm-project/lldb/unittests/API/ |
D | SBCommandInterpreterTest.cpp | 29 SBCommandInterpreter m_interp;
|
/external/llvm-project/lldb/test/API/api/multiple-debuggers/ |
D | multi-process-driver.cpp | 106 SBCommandInterpreter command_interp = debugger.GetCommandInterpreter(); in do_one_debugger()
|
/external/llvm-project/lldb/bindings/ |
D | headers.swig | 17 #include "lldb/API/SBCommandInterpreter.h"
|
D | interfaces.swig | 24 %include "./interface/SBCommandInterpreter.i"
|
/external/llvm-project/lldb/tools/intel-features/intel-pt/ |
D | cli-wrapper-pt.cpp | 391 lldb::SBCommandInterpreter sb_cmnd_interpreter( in DoExecute() 495 lldb::SBCommandInterpreter interpreter = debugger.GetCommandInterpreter(); in PTPluginInitialize()
|