Home
last modified time | relevance | path

Searched defs:debugger_sp (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSourceManager.cpp76 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 DDebuggerEvents.cpp140 DebuggerSP debugger_sp(m_debugger_wp.lock()); in DoOnRemoval() local
H A DDebugger.cpp846 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 DModule.cpp965 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 DResource.cpp106 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 DTool.cpp67 lldb::DebuggerSP debugger_sp = in Call() local
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBSourceManager.cpp25 SourceManagerImpl(const lldb::DebuggerSP &debugger_sp) in SourceManagerImpl()
52 lldb::DebuggerSP debugger_sp(m_debugger_wp.lock()); in DisplaySourceLinesWithLineNumbers() local
H A DSystemInitializerFull.cpp92 Status &error) -> llvm::sys::DynamicLibrary { in Initialize()
H A DSBDebugger.cpp93 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 DSBTypeCategory.cpp359 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 DStructuredDataDarwinLog.cpp81 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 DCommandObjectQuit.cpp39 DebuggerSP debugger_sp(Debugger::GetDebuggerAtIndex(debugger_idx)); in ShouldAskForConfirmation() local
H A DCommandObjectPlatform.cpp1375 DebuggerSP debugger_sp = in SetOptionValue() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1728 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