| /freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | SWIGPythonBridge.h | 96 static PythonObject ToSWIGWrapper(lldb::DebuggerSP debugger_sp); 152 lldb::DebuggerSP debugger_sp); 186 lldb::DebuggerSP debugger, const char *args, 192 lldb::DebuggerSP debugger, const char *args, 196 PyObject *implementor, lldb::DebuggerSP debugger, 216 lldb::DebuggerSP debugger);
|
| H A D | ScriptInterpreterPythonImpl.h | 359 lldb::DebuggerSP m_debugger_sp; 364 SynchronicityHandler(lldb::DebuggerSP, ScriptedCommandSynchronicity);
|
| H A D | ScriptInterpreterPython.cpp | 1728 DebuggerSP debugger_sp(m_debugger.shared_from_this()); in CreateScriptCommandObject() 2536 lldb::DebuggerSP debugger_sp, ScriptedCommandSynchronicity synchro) in SynchronicityHandler() 2560 lldb::DebuggerSP debugger_sp = m_debugger.shared_from_this(); in RunScriptBasedCommand() 2603 lldb::DebuggerSP debugger_sp = m_debugger.shared_from_this(); in RunScriptBasedCommand() 2646 lldb::DebuggerSP debugger_sp = m_debugger.shared_from_this(); in RunScriptBasedParsedCommand() 2691 lldb::DebuggerSP debugger_sp = m_debugger.shared_from_this(); in GetRepeatCommandForScriptedCommand()
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | SourceManager.cpp | 76 SourceManager::SourceManager(const DebuggerSP &debugger_sp) in SourceManager() 93 DebuggerSP debugger_sp(m_debugger_wp.lock()); in GetFile() 176 static bool should_highlight_source(DebuggerSP debugger_sp) { in should_highlight_source() 188 static bool should_show_stop_column_with_ansi(DebuggerSP debugger_sp) { in should_show_stop_column_with_ansi() 207 static bool should_show_stop_column_with_caret(DebuggerSP debugger_sp) { in should_show_stop_column_with_caret() 224 static bool should_show_stop_line_with_ansi(DebuggerSP debugger_sp) { in should_show_stop_line_with_ansi() 463 lldb::DebuggerSP debugger_sp) in File() 473 : DebuggerSP()), in File()
|
| H A D | Debugger.cpp | 839 DebuggerSP Debugger::CreateInstance(lldb::LogOutputCallback log_callback, in CreateInstance() 846 DebuggerSP debugger_sp(new Debugger(log_callback, baton)); in CreateInstance() 883 void Debugger::Destroy(DebuggerSP &debugger_sp) { in Destroy() 914 DebuggerSP 917 return DebuggerSP(); in FindDebuggerWithInstanceName() 920 for (const DebuggerSP &debugger_sp : *g_debugger_list_ptr) { in FindDebuggerWithInstanceName() 927 return DebuggerSP(); in FindDebuggerWithInstanceName() 1523 lldb::DebuggerSP Debugger::GetDebuggerAtIndex(size_t index) { in GetDebuggerAtIndex() 1524 DebuggerSP debugger_sp; in GetDebuggerAtIndex() 1535 DebuggerSP Debugger::FindDebuggerWithID(lldb::user_id_t id) { in FindDebuggerWithID() [all …]
|
| H A D | DebuggerEvents.cpp | 140 DebuggerSP debugger_sp(m_debugger_wp.lock()); in DoOnRemoval()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | Debugger.h | 82 using DebuggerList = std::vector<lldb::DebuggerSP>; 92 static lldb::DebuggerSP 108 static void Destroy(lldb::DebuggerSP &debugger_sp); 110 static lldb::DebuggerSP FindDebuggerWithID(lldb::user_id_t id); 112 static lldb::DebuggerSP 117 static lldb::DebuggerSP GetDebuggerAtIndex(size_t index);
|
| H A D | SourceManager.h | 42 File(lldb::SupportFileSP support_file_sp, lldb::DebuggerSP debugger_sp); 151 SourceManager(const lldb::DebuggerSP &debugger_sp);
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBDebugger.h | 670 SBDebugger(const lldb::DebuggerSP &debugger_sp); 686 void reset(const lldb::DebuggerSP &debugger_sp); 692 const lldb::DebuggerSP &get_sp() const; 694 lldb::DebuggerSP m_opaque_sp;
|
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBSourceManager.cpp | 25 SourceManagerImpl(const lldb::DebuggerSP &debugger_sp) in SourceManagerImpl() 52 lldb::DebuggerSP debugger_sp(m_debugger_wp.lock()); in DisplaySourceLinesWithLineNumbers()
|
| H A D | SBDebugger.cpp | 93 SBDebugger::SBDebugger(const lldb::DebuggerSP &debugger_sp) in SBDebugger() 1082 DebuggerSP debugger_sp(m_opaque_sp); in GetSelectedPlatform() 1098 DebuggerSP debugger_sp(m_opaque_sp); in SetSelectedPlatform() 1277 void SBDebugger::reset(const DebuggerSP &debugger_sp) { in reset() 1288 const lldb::DebuggerSP &SBDebugger::get_sp() const { return m_opaque_sp; } in get_sp() 1295 DebuggerSP debugger_sp = Debugger::FindDebuggerWithID(id); in FindDebuggerWithID() 1315 DebuggerSP debugger_sp( in SetInternalVariable() 1337 DebuggerSP debugger_sp( in GetInternalVariableValue()
|
| H A D | SystemInitializerFull.cpp | 90 auto LoadPlugin = [](const lldb::DebuggerSP &debugger_sp, in Initialize()
|
| H A D | SBTypeCategory.cpp | 359 DebuggerSP debugger_sp = lldb_private::Debugger::GetDebuggerAtIndex(j); in AddTypeSummary() 451 DebuggerSP debugger_sp = lldb_private::Debugger::GetDebuggerAtIndex(j); in AddTypeSynthetic()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Protocol/MCP/ |
| H A D | Resource.cpp | 106 lldb::DebuggerSP debugger_sp = Debugger::GetDebuggerAtIndex(i); in GetResources() 164 lldb::DebuggerSP debugger_sp = Debugger::FindDebuggerWithID(debugger_id); in ReadDebuggerResource() 188 lldb::DebuggerSP debugger_sp = Debugger::FindDebuggerWithID(debugger_id); in ReadTargetResource()
|
| H A D | Tool.cpp | 67 lldb::DebuggerSP debugger_sp = in Call()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/ |
| H A D | StructuredDataDarwinLog.cpp | 81 EnableOptionsSP GetGlobalEnableOptions(const DebuggerSP &debugger_sp) { in GetGlobalEnableOptions() 95 void SetGlobalEnableOptions(const DebuggerSP &debugger_sp, in SetGlobalEnableOptions() 782 DebuggerSP debugger_sp = in DoExecute() 890 DebuggerSP debugger_sp = in DoExecute() 1105 DebuggerSP debugger_sp = process.GetTarget().GetDebugger().shared_from_this(); in HandleArrivalOfStructuredData() 1421 DebuggerSP debugger_sp = target->GetDebugger().shared_from_this(); in FilterLaunchInfo() 1662 DebuggerSP debugger_sp = in DumpHeader() 1791 DebuggerSP debugger_sp = in EnableNow()
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectQuit.cpp | 39 DebuggerSP debugger_sp(Debugger::GetDebuggerAtIndex(debugger_idx)); in ShouldAskForConfirmation()
|
| H A D | CommandObjectPlatform.cpp | 1375 DebuggerSP debugger_sp = in SetOptionValue() 1377 : DebuggerSP(); in SetOptionValue()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/ |
| H A D | lldb-private-types.h | 33 const lldb::DebuggerSP &debugger_sp, const FileSpec &spec, Status &error);
|
| H A D | lldb-forward.h | 341 typedef std::shared_ptr<lldb_private::Debugger> DebuggerSP; typedef
|
| /freebsd/contrib/llvm-project/lldb/bindings/python/ |
| H A D | python-wrapper.swig | 215 lldb::DebuggerSP debugger_sp) { 597 lldb::DebuggerSP debugger, const char *args, 628 PyObject *implementor, lldb::DebuggerSP debugger, const char *args, 746 PyObject *implementor, lldb::DebuggerSP debugger, lldb_private::StructuredDataImpl &args_impl, 993 lldb::DebuggerSP debugger) {
|
| H A D | python-swigsafecast.swig | 67 PythonObject SWIGBridge::ToSWIGWrapper(lldb::DebuggerSP debugger_sp) {
|