Home
last modified time | relevance | path

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

12

/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp76 SBCommandInterpreter sb_interpreter(&m_interpreter); in DoExecute()
85 SBCommandInterpreter::SBCommandInterpreter() : m_opaque_ptr() { in SBCommandInterpreter() function in SBCommandInterpreter
89 SBCommandInterpreter::SBCommandInterpreter(CommandInterpreter *interpreter) in SBCommandInterpreter() function in SBCommandInterpreter
94 SBCommandInterpreter::SBCommandInterpreter(const SBCommandInterpreter &rhs) in SBCommandInterpreter() function in SBCommandInterpreter
99 SBCommandInterpreter::~SBCommandInterpreter() = default;
101 const SBCommandInterpreter &SBCommandInterpreter::
102 operator=(const SBCommandInterpreter &rhs) { in operator =()
109 bool SBCommandInterpreter::IsValid() const { in IsValid()
113 SBCommandInterpreter::operator bool() const { in operator bool()
119 bool SBCommandInterpreter::CommandExists(const char *cmd) { in CommandExists()
[all …]
/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreter.h24 class SBCommandInterpreter {
34 SBCommandInterpreter();
35 SBCommandInterpreter(const lldb::SBCommandInterpreter &rhs);
37 ~SBCommandInterpreter();
39 const lldb::SBCommandInterpreter &
40 operator=(const lldb::SBCommandInterpreter &rhs);
338 SBCommandInterpreter(lldb_private::CommandInterpreter *interpreter_ptr);
473 friend class SBCommandInterpreter; variable
H A DSBCommandInterpreterRunOptions.h25 friend class SBCommandInterpreter; variable
96 friend class SBCommandInterpreter; variable
H A DSBSourceManager.h38 friend class SBCommandInterpreter;
H A DSBExecutionContext.h28 friend class SBCommandInterpreter;
27 friend class SBCommandInterpreter; global() variable
H A DSBStringList.h45 friend class SBCommandInterpreter;
H A DSBBroadcaster.h64 friend class SBCommandInterpreter;
H A DSBFileSpec.h65 friend class SBCommandInterpreter; variable
H A DSBStructuredData.h129 friend class SBCommandInterpreter;
125 friend class SBCommandInterpreter; global() variable
H A DSBDebugger.h207 lldb::SBCommandInterpreter GetCommandInterpreter();
515 friend class SBCommandInterpreter;
H A DSBListener.h86 friend class SBCommandInterpreter; variable
H A DSBCommandReturnObject.h136 friend class SBCommandInterpreter;
H A DSBDefines.h57 class LLDB_API SBCommandInterpreter; variable
/llvm-project/lldb/utils/lui/
H A Ddebuggerdriver.py66 lldb.SBCommandInterpreter.GetBroadcasterClass(),
67 lldb.SBCommandInterpreter.eBroadcastBitThreadShouldExit
68 | lldb.SBCommandInterpreter.eBroadcastBitResetPrompt
69 | lldb.SBCommandInterpreter.eBroadcastBitQuitCommandReceived
70 | lldb.SBCommandInterpreter.eBroadcastBitAsynchronousOutputData
71 | lldb.SBCommandInterpreter.eBroadcastBitAsynchronousErrorData,
/llvm-project/lldb/unittests/API/
H A DSBCommandInterpreterTest.cpp48 SBCommandInterpreter interp = m_dbg.GetCommandInterpreter(); in TEST_F()
82 SBCommandInterpreter interp = m_dbg.GetCommandInterpreter(); in TEST_F()
/llvm-project/lldb/bindings/interface/
H A DSBCommandInterpreterDocstrings.i45 execution.") lldb::SBCommandInterpreter;
/llvm-project/lldb/examples/plugins/commands/
H A Dfooplugin.cpp42 lldb::SBCommandInterpreter interpreter = debugger.GetCommandInterpreter(); in PluginInitialize()
/llvm-project/lldb/tools/lldb-fuzzer/lldb-commandinterpreter-fuzzer/
H A Dlldb-commandinterpreter-fuzzer.cpp35 SBCommandInterpreter ci = debugger.GetCommandInterpreter(); in LLVMFuzzerTestOneInput()
/llvm-project/lldb/test/API/api/command-return-object/
H A Dmain.cpp28 SBCommandInterpreter interp = dbg.GetCommandInterpreter(); in main()
/llvm-project/lldb/tools/lldb-dap/
H A DDAPForward.h28 class SBCommandInterpreter;
24 class SBCommandInterpreter; global() variable
H A DLLDBUtils.cpp26 lldb::SBCommandInterpreter interp = debugger.GetCommandInterpreter(); in RunLLDBCommands()
/llvm-project/lldb/test/API/functionalities/plugins/command_plugin/
H A Dplugin.cpp.template41 lldb::SBCommandInterpreter interpreter = debugger.GetCommandInterpreter();
/llvm-project/llvm/utils/gn/secondary/lldb/source/API/
H A DBUILD.gn53 "SBCommandInterpreter.cpp",
/llvm-project/lldb/test/API/api/multiple-debuggers/
H A Dmulti-process-driver.cpp22 #include "lldb/API/SBCommandInterpreter.h"
111 SBCommandInterpreter command_interp = debugger.GetCommandInterpreter(); in do_one_debugger()
/llvm-project/lldb/bindings/
H A Dheaders.swig19 #include "lldb/API/SBCommandInterpreter.h"

12