| /llvm-project-15.0.7/lldb/unittests/Core/ |
| H A D | DiagnosticEventTest.cpp | 56 DebuggerSP debugger_sp = Debugger::CreateInstance(); in TEST_F() 82 DebuggerSP debugger_sp = Debugger::CreateInstance(); in TEST_F() 107 std::vector<DebuggerSP> debuggers; in TEST_F() 111 DebuggerSP debugger = Debugger::CreateInstance(); in TEST_F() 141 DebuggerSP debugger_sp = Debugger::CreateInstance(); in TEST_F()
|
| /llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | SWIGPythonBridge.h | 93 lldb::DebuggerSP debugger_sp); 139 lldb::DebuggerSP debugger, const char *args, 144 PyObject *implementor, lldb::DebuggerSP debugger, const char *args, 150 lldb::DebuggerSP debugger);
|
| H A D | ScriptInterpreterPythonImpl.h | 348 lldb::DebuggerSP m_debugger_sp; 353 SynchronicityHandler(lldb::DebuggerSP, ScriptedCommandSynchronicity);
|
| /llvm-project-15.0.7/lldb/unittests/ScriptInterpreter/Python/ |
| H A D | PythonTestSuite.cpp | 85 lldb::DebuggerSP debugger_sp) { in LLDBSwigPythonCreateCommandObject() 170 lldb::DebuggerSP debugger, const char *args, in LLDBSwigPythonCallCommand() 177 PyObject *implementor, lldb::DebuggerSP debugger, const char *args, in LLDBSwigPythonCallCommandObject() 185 lldb::DebuggerSP debugger) { in LLDBSwigPythonCallModuleInit()
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | SourceManager.cpp | 66 SourceManager::SourceManager(const DebuggerSP &debugger_sp) in SourceManager() 80 DebuggerSP debugger_sp(m_debugger_wp.lock()); in GetFile() 111 static bool should_highlight_source(DebuggerSP debugger_sp) { in should_highlight_source() 123 static bool should_show_stop_column_with_ansi(DebuggerSP debugger_sp) { in should_show_stop_column_with_ansi() 142 static bool should_show_stop_column_with_caret(DebuggerSP debugger_sp) { in should_show_stop_column_with_caret() 159 static bool should_show_stop_line_with_ansi(DebuggerSP debugger_sp) { in should_show_stop_line_with_ansi() 396 lldb::DebuggerSP debugger_sp) in File() 407 : DebuggerSP()) { in File()
|
| H A D | Debugger.cpp | 102 typedef std::vector<DebuggerSP> DebuggerList; 651 DebuggerSP Debugger::CreateInstance(lldb::LogOutputCallback log_callback, in CreateInstance() 653 DebuggerSP debugger_sp(new Debugger(log_callback, baton)); in CreateInstance() 662 void Debugger::Destroy(DebuggerSP &debugger_sp) { in Destroy() 692 DebuggerSP debugger_sp; in FindDebuggerWithInstanceName() 1219 lldb::DebuggerSP Debugger::GetDebuggerAtIndex(size_t index) { in GetDebuggerAtIndex() 1220 DebuggerSP debugger_sp; in GetDebuggerAtIndex() 1231 DebuggerSP Debugger::FindDebuggerWithID(lldb::user_id_t id) { in FindDebuggerWithID() 1232 DebuggerSP debugger_sp; in FindDebuggerWithID() 1319 DebuggerSP debugger_sp = FindDebuggerWithID(*debugger_id); in ReportProgress() [all …]
|
| /llvm-project-15.0.7/lldb/unittests/Thread/ |
| H A D | ThreadTest.cpp | 84 TargetSP CreateTarget(DebuggerSP &debugger_sp, ArchSpec &arch) { in CreateTarget() 99 DebuggerSP debugger_sp = Debugger::CreateInstance(); in TEST_F() 134 DebuggerSP debugger_sp = Debugger::CreateInstance(); in TEST_F()
|
| /llvm-project-15.0.7/lldb/include/lldb/Core/ |
| H A D | Debugger.h | 95 static lldb::DebuggerSP 111 static void Destroy(lldb::DebuggerSP &debugger_sp); 113 static lldb::DebuggerSP FindDebuggerWithID(lldb::user_id_t id); 115 static lldb::DebuggerSP 120 static lldb::DebuggerSP GetDebuggerAtIndex(size_t index);
|
| H A D | SourceManager.h | 39 File(const FileSpec &file_spec, lldb::DebuggerSP debugger_sp); 117 SourceManager(const lldb::DebuggerSP &debugger_sp);
|
| /llvm-project-15.0.7/lldb/include/lldb/API/ |
| H A D | SBDebugger.h | 46 SBDebugger(const lldb::DebuggerSP &debugger_sp); 416 void reset(const lldb::DebuggerSP &debugger_sp); 422 const lldb::DebuggerSP &get_sp() const; 424 lldb::DebuggerSP m_opaque_sp;
|
| /llvm-project-15.0.7/lldb/unittests/Target/ |
| H A D | ExecutionContextTest.cpp | 80 DebuggerSP debugger_sp = Debugger::CreateInstance(); in TEST_F() 102 DebuggerSP debugger_sp = Debugger::CreateInstance(); in TEST_F()
|
| H A D | StackFrameRecognizerTest.cpp | 67 DebuggerSP debugger_sp = Debugger::CreateInstance(); in TEST_F()
|
| /llvm-project-15.0.7/lldb/unittests/Process/ |
| H A D | ProcessEventDataTest.cpp | 111 TargetSP CreateTarget(DebuggerSP &debugger_sp, ArchSpec &arch) { in CreateTarget() 149 DebuggerSP debugger_sp = Debugger::CreateInstance(); in TEST_F() 189 DebuggerSP debugger_sp = Debugger::CreateInstance(); in TEST_F()
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBSourceManager.cpp | 26 SourceManagerImpl(const lldb::DebuggerSP &debugger_sp) in SourceManagerImpl() 53 lldb::DebuggerSP debugger_sp(m_debugger_wp.lock()); in DisplaySourceLinesWithLineNumbers()
|
| H A D | SBDebugger.cpp | 67 static llvm::sys::DynamicLibrary LoadPlugin(const lldb::DebuggerSP &debugger_sp, in LoadPlugin() 127 SBDebugger::SBDebugger(const lldb::DebuggerSP &debugger_sp) in SBDebugger() 1058 DebuggerSP debugger_sp(m_opaque_sp); in GetSelectedPlatform() 1074 DebuggerSP debugger_sp(m_opaque_sp); in SetSelectedPlatform() 1253 void SBDebugger::reset(const DebuggerSP &debugger_sp) { in reset() 1264 const lldb::DebuggerSP &SBDebugger::get_sp() const { return m_opaque_sp; } in get_sp() 1271 DebuggerSP debugger_sp = Debugger::FindDebuggerWithID(id); in FindDebuggerWithID() 1288 DebuggerSP debugger_sp(Debugger::FindDebuggerWithInstanceName( in SetInternalVariable() 1310 DebuggerSP debugger_sp(Debugger::FindDebuggerWithInstanceName( in GetInternalVariableValue()
|
| H A D | SBTypeCategory.cpp | 398 DebuggerSP debugger_sp = lldb_private::Debugger::GetDebuggerAtIndex(j); in AddTypeSummary() 512 DebuggerSP debugger_sp = lldb_private::Debugger::GetDebuggerAtIndex(j); in AddTypeSynthetic()
|
| /llvm-project-15.0.7/lldb/source/Plugins/StructuredData/DarwinLog/ |
| H A D | StructuredDataDarwinLog.cpp | 79 EnableOptionsSP GetGlobalEnableOptions(const DebuggerSP &debugger_sp) { in GetGlobalEnableOptions() 93 void SetGlobalEnableOptions(const DebuggerSP &debugger_sp, in SetGlobalEnableOptions() 777 DebuggerSP debugger_sp = in DoExecute() 885 DebuggerSP debugger_sp = in DoExecute() 1099 DebuggerSP debugger_sp = process.GetTarget().GetDebugger().shared_from_this(); in HandleArrivalOfStructuredData() 1420 DebuggerSP debugger_sp = target->GetDebugger().shared_from_this(); in FilterLaunchInfo() 1664 DebuggerSP debugger_sp = in DumpHeader() 1793 DebuggerSP debugger_sp = in EnableNow()
|
| /llvm-project-15.0.7/lldb/unittests/ScriptInterpreter/Lua/ |
| H A D | ScriptInterpreterTests.cpp | 47 DebuggerSP debugger_sp = Debugger::CreateInstance(); in TEST_F()
|
| /llvm-project-15.0.7/lldb/include/lldb/ |
| H A D | lldb-private-types.h | 29 const lldb::DebuggerSP &debugger_sp, const FileSpec &spec, Status &error);
|
| /llvm-project-15.0.7/lldb/source/Commands/ |
| H A D | CommandObjectQuit.cpp | 40 DebuggerSP debugger_sp(Debugger::GetDebuggerAtIndex(debugger_idx)); in ShouldAskForConfirmation()
|
| /llvm-project-15.0.7/lldb/unittests/Interpreter/ |
| H A D | TestCommandPaths.cpp | 112 DebuggerSP debugger_sp = Debugger::CreateInstance(); in TEST_F()
|
| /llvm-project-15.0.7/lldb/unittests/Platform/ |
| H A D | PlatformSiginfoTest.cpp | 34 DebuggerSP debugger_sp;
|
| /llvm-project-15.0.7/lldb/bindings/python/ |
| H A D | python-swigsafecast.swig | 80 PythonObject ToSWIGWrapper(lldb::DebuggerSP debugger_sp) {
|
| H A D | python-wrapper.swig | 189 lldb::DebuggerSP debugger_sp) { 774 lldb::DebuggerSP debugger, const char *args, 805 PyObject *implementor, lldb::DebuggerSP debugger, const char *args, 1014 lldb::DebuggerSP debugger) {
|
| /llvm-project-15.0.7/lldb/unittests/Expression/ |
| H A D | DWARFExpressionTest.cpp | 356 lldb::DebuggerSP debugger_sp = Debugger::CreateInstance(); in TEST_F()
|