Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Core/
H A DSourceManager.cpp67 SourceManager::SourceManager(const DebuggerSP &debugger_sp) in SourceManager()
81 DebuggerSP debugger_sp(m_debugger_wp.lock()); in GetFile() local
112 static bool should_highlight_source(DebuggerSP debugger_sp) { in should_highlight_source()
124 static bool should_show_stop_column_with_ansi(DebuggerSP debugger_sp) { in should_show_stop_column_with_ansi()
143 static bool should_show_stop_column_with_caret(DebuggerSP debugger_sp) { in should_show_stop_column_with_caret()
160 static bool should_show_stop_line_with_ansi(DebuggerSP debugger_sp) { in should_show_stop_line_with_ansi()
211 auto debugger_sp = m_debugger_wp.lock(); in DisplaySourceLinesWithLineNumbersUsingLastFile() local
397 lldb::DebuggerSP debugger_sp) in File()
575 auto debugger_sp = m_debugger_wp.lock(); in DisplaySourceLines() local
H A DDebuggerEvents.cpp103 DebuggerSP debugger_sp(m_debugger_wp.lock()); in DoOnRemoval() local
H A DDebugger.cpp673 DebuggerSP debugger_sp(new Debugger(log_callback, baton)); in CreateInstance() local
682 void Debugger::Destroy(DebuggerSP &debugger_sp) { in Destroy()
712 DebuggerSP debugger_sp; in FindDebuggerWithInstanceName() local
1210 DebuggerSP debugger_sp; in GetDebuggerAtIndex() local
1222 DebuggerSP debugger_sp; in FindDebuggerWithID() local
1309 DebuggerSP debugger_sp = FindDebuggerWithID(*debugger_id); in ReportProgress() local
1376 DebuggerSP debugger_sp = FindDebuggerWithID(*debugger_id); in ReportDiagnosticImpl() local
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBSourceManager.cpp26 SourceManagerImpl(const lldb::DebuggerSP &debugger_sp) in SourceManagerImpl()
53 lldb::DebuggerSP debugger_sp(m_debugger_wp.lock()); in DisplaySourceLinesWithLineNumbers() local
H A DSBDebugger.cpp68 static llvm::sys::DynamicLibrary LoadPlugin(const lldb::DebuggerSP &debugger_sp, in LoadPlugin()
128 SBDebugger::SBDebugger(const lldb::DebuggerSP &debugger_sp) in SBDebugger()
1096 DebuggerSP debugger_sp(m_opaque_sp); in GetSelectedPlatform() local
1112 DebuggerSP debugger_sp(m_opaque_sp); in SetSelectedPlatform() local
1291 void SBDebugger::reset(const DebuggerSP &debugger_sp) { in reset()
1309 DebuggerSP debugger_sp = Debugger::FindDebuggerWithID(id); in FindDebuggerWithID() local
1326 DebuggerSP debugger_sp(Debugger::FindDebuggerWithInstanceName( in SetInternalVariable() local
1348 DebuggerSP debugger_sp(Debugger::FindDebuggerWithInstanceName( 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
/openbsd-src/gnu/llvm/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp79 EnableOptionsSP GetGlobalEnableOptions(const DebuggerSP &debugger_sp) { in GetGlobalEnableOptions()
93 void SetGlobalEnableOptions(const DebuggerSP &debugger_sp, in SetGlobalEnableOptions()
777 DebuggerSP debugger_sp = in DoExecute() local
885 DebuggerSP debugger_sp = in DoExecute() local
1099 DebuggerSP debugger_sp = process.GetTarget().GetDebugger().shared_from_this(); in HandleArrivalOfStructuredData() local
1420 DebuggerSP debugger_sp = target->GetDebugger().shared_from_this(); in FilterLaunchInfo() local
1664 DebuggerSP debugger_sp = in DumpHeader() local
1793 DebuggerSP debugger_sp = in EnableNow() local
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectQuit.cpp40 DebuggerSP debugger_sp(Debugger::GetDebuggerAtIndex(debugger_idx)); in ShouldAskForConfirmation() local
H A DCommandObjectPlatform.cpp1404 DebuggerSP debugger_sp = in SetOptionValue() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1936 DebuggerSP debugger_sp(m_debugger.shared_from_this()); in CreateScriptCommandObject() local
2738 lldb::DebuggerSP debugger_sp, ScriptedCommandSynchronicity synchro) in SynchronicityHandler()
2762 lldb::DebuggerSP debugger_sp = m_debugger.shared_from_this(); in RunScriptBasedCommand() local
2807 lldb::DebuggerSP debugger_sp = m_debugger.shared_from_this(); in RunScriptBasedCommand() local