/llvm-project/lldb/source/API/ |
H A D | SBCommandInterpreter.cpp | 76 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 D | SBCommandInterpreter.h | 24 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 D | SBCommandInterpreterRunOptions.h | 25 friend class SBCommandInterpreter; variable 96 friend class SBCommandInterpreter; variable
|
H A D | SBSourceManager.h | 38 friend class SBCommandInterpreter;
|
H A D | SBExecutionContext.h | 28 friend class SBCommandInterpreter; 27 friend class SBCommandInterpreter; global() variable
|
H A D | SBStringList.h | 45 friend class SBCommandInterpreter;
|
H A D | SBBroadcaster.h | 64 friend class SBCommandInterpreter;
|
H A D | SBFileSpec.h | 65 friend class SBCommandInterpreter; variable
|
H A D | SBStructuredData.h | 129 friend class SBCommandInterpreter; 125 friend class SBCommandInterpreter; global() variable
|
H A D | SBDebugger.h | 207 lldb::SBCommandInterpreter GetCommandInterpreter(); 515 friend class SBCommandInterpreter;
|
H A D | SBListener.h | 86 friend class SBCommandInterpreter; variable
|
H A D | SBCommandReturnObject.h | 136 friend class SBCommandInterpreter;
|
H A D | SBDefines.h | 57 class LLDB_API SBCommandInterpreter; variable
|
/llvm-project/lldb/utils/lui/ |
H A D | debuggerdriver.py | 66 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 D | SBCommandInterpreterTest.cpp | 48 SBCommandInterpreter interp = m_dbg.GetCommandInterpreter(); in TEST_F() 82 SBCommandInterpreter interp = m_dbg.GetCommandInterpreter(); in TEST_F()
|
/llvm-project/lldb/bindings/interface/ |
H A D | SBCommandInterpreterDocstrings.i | 45 execution.") lldb::SBCommandInterpreter;
|
/llvm-project/lldb/examples/plugins/commands/ |
H A D | fooplugin.cpp | 42 lldb::SBCommandInterpreter interpreter = debugger.GetCommandInterpreter(); in PluginInitialize()
|
/llvm-project/lldb/tools/lldb-fuzzer/lldb-commandinterpreter-fuzzer/ |
H A D | lldb-commandinterpreter-fuzzer.cpp | 35 SBCommandInterpreter ci = debugger.GetCommandInterpreter(); in LLVMFuzzerTestOneInput()
|
/llvm-project/lldb/test/API/api/command-return-object/ |
H A D | main.cpp | 28 SBCommandInterpreter interp = dbg.GetCommandInterpreter(); in main()
|
/llvm-project/lldb/tools/lldb-dap/ |
H A D | DAPForward.h | 28 class SBCommandInterpreter; 24 class SBCommandInterpreter; global() variable
|
H A D | LLDBUtils.cpp | 26 lldb::SBCommandInterpreter interp = debugger.GetCommandInterpreter(); in RunLLDBCommands()
|
/llvm-project/lldb/test/API/functionalities/plugins/command_plugin/ |
H A D | plugin.cpp.template | 41 lldb::SBCommandInterpreter interpreter = debugger.GetCommandInterpreter();
|
/llvm-project/llvm/utils/gn/secondary/lldb/source/API/ |
H A D | BUILD.gn | 53 "SBCommandInterpreter.cpp",
|
/llvm-project/lldb/test/API/api/multiple-debuggers/ |
H A D | multi-process-driver.cpp | 22 #include "lldb/API/SBCommandInterpreter.h" 111 SBCommandInterpreter command_interp = debugger.GetCommandInterpreter(); in do_one_debugger()
|
/llvm-project/lldb/bindings/ |
H A D | headers.swig | 19 #include "lldb/API/SBCommandInterpreter.h"
|