/freebsd-src/contrib/llvm-project/lldb/source/Core/ |
H A D | SourceManager.cpp | 70 SourceManager::SourceManager(const DebuggerSP &debugger_sp) in SourceManager() argument 83 DebuggerSP debugger_sp(m_debugger_wp.lock()); in GetFile() local 165 should_highlight_source(DebuggerSP debugger_sp) should_highlight_source() argument 177 should_show_stop_column_with_ansi(DebuggerSP debugger_sp) should_show_stop_column_with_ansi() argument 196 should_show_stop_column_with_caret(DebuggerSP debugger_sp) should_show_stop_column_with_caret() argument 213 should_show_stop_line_with_ansi(DebuggerSP debugger_sp) should_show_stop_line_with_ansi() argument 265 auto debugger_sp = m_debugger_wp.lock(); DisplaySourceLinesWithLineNumbersUsingLastFile() local 448 File(const FileSpec & file_spec,lldb::DebuggerSP debugger_sp) File() argument 633 auto debugger_sp = m_debugger_wp.lock(); DisplaySourceLines() local [all...] |
H A D | DebuggerEvents.cpp | 139 DebuggerSP debugger_sp(m_debugger_wp.lock()); DoOnRemoval() local
|
H A D | Debugger.cpp | 735 DebuggerSP debugger_sp(new Debugger(log_callback, baton)); CreateInstance() local 751 Destroy(DebuggerSP & debugger_sp) Destroy() argument 1342 DebuggerSP debugger_sp; GetDebuggerAtIndex() local 1354 DebuggerSP debugger_sp; FindDebuggerWithID() local 1456 DebuggerSP debugger_sp = FindDebuggerWithID(*debugger_id); ReportProgress() local 1524 DebuggerSP debugger_sp = FindDebuggerWithID(*debugger_id); ReportDiagnosticImpl() local [all...] |
H A D | Module.cpp | 982 for (auto debugger_sp : requestors) { in DebuggersOwningModuleRequestingInterruption() local 999 for (auto debugger_sp : interruptors) { in GetSymbolFile() local
|
/freebsd-src/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 | SBDebugger.cpp | 92 SBDebugger::SBDebugger(const lldb::DebuggerSP &debugger_sp) in SBDebugger() argument 1110 DebuggerSP debugger_sp(m_opaque_sp); in GetSelectedPlatform() local 1126 DebuggerSP debugger_sp(m_opaque_sp); in SetSelectedPlatform() local 183 __anon805b30820102(const lldb::DebuggerSP &debugger_sp, const FileSpec &spec, Status &error) InitializeWithErrorHandling() argument 1305 reset(const DebuggerSP & debugger_sp) reset() argument 1323 DebuggerSP debugger_sp = Debugger::FindDebuggerWithID(id); FindDebuggerWithID() local 1343 DebuggerSP debugger_sp( SetInternalVariable() local 1365 DebuggerSP debugger_sp( GetInternalVariableValue() local [all...] |
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-src/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() 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-src/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectQuit.cpp | 40 if (!debugger_sp) in ShouldAskForConfirmation() local
|
H A D | CommandObjectPlatform.cpp | 1451 DebuggerSP debugger_sp = SetOptionValue() local
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
H A D | ScriptInterpreterPython.cpp | 1867 DebuggerSP debugger_sp(m_debugger.shared_from_this()); CreateScriptCommandObject() local 2665 SynchronicityHandler(lldb::DebuggerSP debugger_sp,ScriptedCommandSynchronicity synchro) SynchronicityHandler() argument 2689 lldb::DebuggerSP debugger_sp = m_debugger.shared_from_this(); RunScriptBasedCommand() local 2734 lldb::DebuggerSP debugger_sp = m_debugger.shared_from_this(); RunScriptBasedCommand() local [all...] |