Home
last modified time | relevance | path

Searched refs:SBCommandInterpreter (Results 1 – 25 of 32) sorted by relevance

12

/external/llvm-project/lldb/source/API/
DSBCommandInterpreter.cpp69 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 …]
DSBDebugger.cpp218 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/
DSBCommandInterpreter.h19 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
DSBCommandInterpreterRunOptions.h25 friend class SBCommandInterpreter; variable
83 friend class SBCommandInterpreter; variable
DSBExecutionContext.h21 friend class SBCommandInterpreter; variable
DSBSourceManager.h38 friend class SBCommandInterpreter;
DSBStringList.h45 friend class SBCommandInterpreter;
DSBBroadcaster.h64 friend class SBCommandInterpreter;
DSBDebugger.h113 lldb::SBCommandInterpreter GetCommandInterpreter();
340 friend class SBCommandInterpreter;
DSBFileSpec.h62 friend class SBCommandInterpreter; variable
DSBCommandReturnObject.h112 friend class SBCommandInterpreter;
DSBListener.h86 friend class SBCommandInterpreter; variable
DSBDefines.h29 class LLDB_API SBCommandInterpreter; variable
/external/llvm-project/lldb/bindings/interface/
DSBCommandInterpreter.i53 execution.") SBCommandInterpreter;
54 class SBCommandInterpreter
66 SBCommandInterpreter (const lldb::SBCommandInterpreter &rhs);
68 ~SBCommandInterpreter ();
/external/llvm-project/lldb/utils/lui/
Ddebuggerdriver.py62 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/
Dfooplugin.cpp42 lldb::SBCommandInterpreter interpreter = debugger.GetCommandInterpreter(); in PluginInitialize()
/external/llvm-project/lldb/test/API/api/command-return-object/
Dmain.cpp28 SBCommandInterpreter interp = dbg.GetCommandInterpreter(); in main()
/external/llvm-project/lldb/tools/lldb-vscode/
DVSCodeForward.h24 class SBCommandInterpreter; variable
DLLDBUtils.cpp19 lldb::SBCommandInterpreter interp = g_vsc.debugger.GetCommandInterpreter(); in RunLLDBCommands()
/external/llvm-project/lldb/test/API/functionalities/plugins/command_plugin/
Dplugin.cpp.template41 lldb::SBCommandInterpreter interpreter = debugger.GetCommandInterpreter();
/external/llvm-project/lldb/unittests/API/
DSBCommandInterpreterTest.cpp29 SBCommandInterpreter m_interp;
/external/llvm-project/lldb/test/API/api/multiple-debuggers/
Dmulti-process-driver.cpp106 SBCommandInterpreter command_interp = debugger.GetCommandInterpreter(); in do_one_debugger()
/external/llvm-project/lldb/bindings/
Dheaders.swig17 #include "lldb/API/SBCommandInterpreter.h"
Dinterfaces.swig24 %include "./interface/SBCommandInterpreter.i"
/external/llvm-project/lldb/tools/intel-features/intel-pt/
Dcli-wrapper-pt.cpp391 lldb::SBCommandInterpreter sb_cmnd_interpreter( in DoExecute()
495 lldb::SBCommandInterpreter interpreter = debugger.GetCommandInterpreter(); in PTPluginInitialize()

12