Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSourceManager.cpp70 SourceManager::SourceManager(const DebuggerSP &debugger_sp) in SourceManager()
83 DebuggerSP debugger_sp(m_debugger_wp.lock()); in GetFile() local
165 static bool should_highlight_source(DebuggerSP debugger_sp) { in should_highlight_source()
177 static bool should_show_stop_column_with_ansi(DebuggerSP debugger_sp) { in should_show_stop_column_with_ansi()
196 static bool should_show_stop_column_with_caret(DebuggerSP debugger_sp) { in should_show_stop_column_with_caret()
213 static bool should_show_stop_line_with_ansi(DebuggerSP debugger_sp) { in should_show_stop_line_with_ansi()
265 auto debugger_sp = m_debugger_wp.lock(); in DisplaySourceLinesWithLineNumbersUsingLastFile() local
448 lldb::DebuggerSP debugger_sp) in File()
633 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.cpp736 DebuggerSP debugger_sp(new Debugger(log_callback, baton)); in CreateInstance() local
765 void Debugger::Destroy(DebuggerSP &debugger_sp) { in Destroy()
1356 DebuggerSP debugger_sp; in GetDebuggerAtIndex() local
1368 DebuggerSP debugger_sp; in FindDebuggerWithID() local
1494 DebuggerSP debugger_sp = FindDebuggerWithID(*debugger_id); in ReportProgress() local
1566 DebuggerSP debugger_sp = FindDebuggerWithID(*debugger_id); in ReportDiagnosticImpl() local
H A DModule.cpp982 for (auto debugger_sp : requestors) { in DebuggersOwningModuleRequestingInterruption() local
999 for (auto debugger_sp : interruptors) { in GetSymbolFile() 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 DSBDebugger.cpp92 SBDebugger::SBDebugger(const lldb::DebuggerSP &debugger_sp) in SBDebugger()
183 Status &error) -> llvm::sys::DynamicLibrary { in InitializeWithErrorHandling()
1110 DebuggerSP debugger_sp(m_opaque_sp); in GetSelectedPlatform() local
1126 DebuggerSP debugger_sp(m_opaque_sp); in SetSelectedPlatform() local
1305 void SBDebugger::reset(const DebuggerSP &debugger_sp) { in reset()
1323 DebuggerSP debugger_sp = Debugger::FindDebuggerWithID(id); in FindDebuggerWithID() local
1343 DebuggerSP debugger_sp( in SetInternalVariable() local
1365 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()
779 DebuggerSP debugger_sp = in DoExecute() local
887 DebuggerSP debugger_sp = in DoExecute() local
1099 DebuggerSP debugger_sp = process.GetTarget().GetDebugger().shared_from_this(); in HandleArrivalOfStructuredData() local
1413 DebuggerSP debugger_sp = target->GetDebugger().shared_from_this(); in FilterLaunchInfo() local
1654 DebuggerSP debugger_sp = in DumpHeader() local
1783 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.cpp1378 DebuggerSP debugger_sp = in SetOptionValue() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1761 DebuggerSP debugger_sp(m_debugger.shared_from_this()); in CreateScriptCommandObject() local
2556 lldb::DebuggerSP debugger_sp, ScriptedCommandSynchronicity synchro) in SynchronicityHandler()
2580 lldb::DebuggerSP debugger_sp = m_debugger.shared_from_this(); in RunScriptBasedCommand() local
2625 lldb::DebuggerSP debugger_sp = m_debugger.shared_from_this(); in RunScriptBasedCommand() local
2670 lldb::DebuggerSP debugger_sp = m_debugger.shared_from_this(); in RunScriptBasedParsedCommand() local
2717 lldb::DebuggerSP debugger_sp = m_debugger.shared_from_this(); in GetRepeatCommandForScriptedCommand() local