| /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() local 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() 273 auto debugger_sp = m_debugger_wp.lock(); in DisplaySourceLinesWithLineNumbersUsingLastFile() local 463 lldb::DebuggerSP debugger_sp) in File() 662 auto debugger_sp = m_debugger_wp.lock(); in DisplaySourceLines() local
|
| H A D | DebuggerEvents.cpp | 140 DebuggerSP debugger_sp(m_debugger_wp.lock()); in DoOnRemoval() local
|
| H A D | Debugger.cpp | 846 DebuggerSP debugger_sp(new Debugger(log_callback, baton)); in CreateInstance() local 883 void Debugger::Destroy(DebuggerSP &debugger_sp) { in Destroy() 1524 DebuggerSP debugger_sp; in GetDebuggerAtIndex() local 1536 DebuggerSP debugger_sp; in FindDebuggerWithID() local 1666 DebuggerSP debugger_sp = FindDebuggerWithID(*debugger_id); in ReportProgress() local 1737 DebuggerSP debugger_sp = FindDebuggerWithID(*debugger_id); in ReportDiagnosticImpl() local
|
| H A D | Module.cpp | 965 for (auto debugger_sp : requestors) { in DebuggersOwningModuleRequestingInterruption() local 981 for (auto debugger_sp : interruptors) { in GetSymbolFile() local
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Protocol/MCP/ |
| H A D | Resource.cpp | 106 lldb::DebuggerSP debugger_sp = Debugger::GetDebuggerAtIndex(i); in GetResources() local 164 lldb::DebuggerSP debugger_sp = Debugger::FindDebuggerWithID(debugger_id); in ReadDebuggerResource() local 188 lldb::DebuggerSP debugger_sp = Debugger::FindDebuggerWithID(debugger_id); in ReadTargetResource() local
|
| H A D | Tool.cpp | 67 lldb::DebuggerSP debugger_sp = in Call() local
|
| /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() local
|
| H A D | SystemInitializerFull.cpp | 92 Status &error) -> llvm::sys::DynamicLibrary { in Initialize()
|
| H A D | SBDebugger.cpp | 93 SBDebugger::SBDebugger(const lldb::DebuggerSP &debugger_sp) in SBDebugger() 1082 DebuggerSP debugger_sp(m_opaque_sp); in GetSelectedPlatform() local 1098 DebuggerSP debugger_sp(m_opaque_sp); in SetSelectedPlatform() local 1277 void SBDebugger::reset(const DebuggerSP &debugger_sp) { in reset() 1295 DebuggerSP debugger_sp = Debugger::FindDebuggerWithID(id); in FindDebuggerWithID() local 1315 DebuggerSP debugger_sp( in SetInternalVariable() local 1337 DebuggerSP debugger_sp( in GetInternalVariableValue() local
|
| H A D | SBTypeCategory.cpp | 359 DebuggerSP debugger_sp = lldb_private::Debugger::GetDebuggerAtIndex(j); in AddTypeSummary() local 451 DebuggerSP debugger_sp = lldb_private::Debugger::GetDebuggerAtIndex(j); in AddTypeSynthetic() local
|
| /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() local 890 DebuggerSP debugger_sp = in DoExecute() local 1105 DebuggerSP debugger_sp = process.GetTarget().GetDebugger().shared_from_this(); in HandleArrivalOfStructuredData() local 1421 DebuggerSP debugger_sp = target->GetDebugger().shared_from_this(); in FilterLaunchInfo() local 1662 DebuggerSP debugger_sp = in DumpHeader() local 1791 DebuggerSP debugger_sp = in EnableNow() local
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectQuit.cpp | 39 DebuggerSP debugger_sp(Debugger::GetDebuggerAtIndex(debugger_idx)); in ShouldAskForConfirmation() local
|
| H A D | CommandObjectPlatform.cpp | 1375 DebuggerSP debugger_sp = in SetOptionValue() local
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | ScriptInterpreterPython.cpp | 1728 DebuggerSP debugger_sp(m_debugger.shared_from_this()); in CreateScriptCommandObject() local 2536 lldb::DebuggerSP debugger_sp, ScriptedCommandSynchronicity synchro) in SynchronicityHandler() 2560 lldb::DebuggerSP debugger_sp = m_debugger.shared_from_this(); in RunScriptBasedCommand() local 2603 lldb::DebuggerSP debugger_sp = m_debugger.shared_from_this(); in RunScriptBasedCommand() local 2646 lldb::DebuggerSP debugger_sp = m_debugger.shared_from_this(); in RunScriptBasedParsedCommand() local 2691 lldb::DebuggerSP debugger_sp = m_debugger.shared_from_this(); in GetRepeatCommandForScriptedCommand() local
|