Searched defs:debugger_sp (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBSourceManager.cpp26 SourceManagerImpl(const lldb::DebuggerSP &debugger_sp) argument
H A DSBTypeCategory.cpp424 DebuggerSP debugger_sp = lldb_private::Debugger::GetDebuggerAtIndex(j); local
548 DebuggerSP debugger_sp = lldb_private::Debugger::GetDebuggerAtIndex(j); local
H A DSBDebugger.cpp63 static llvm::sys::DynamicLibrary LoadPlugin(const lldb::DebuggerSP &debugger_sp, argument
131 SBDebugger::SBDebugger(const lldb::DebuggerSP &debugger_sp) argument
1233 reset(const DebuggerSP &debugger_sp) argument
1252 DebuggerSP debugger_sp = Debugger::FindDebuggerWithID(id); local
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DSourceManager.cpp59 SourceManager::SourceManager(const DebuggerSP &debugger_sp) argument
101 should_highlight_source(DebuggerSP debugger_sp) argument
113 should_show_stop_column_with_ansi(DebuggerSP debugger_sp) argument
132 should_show_stop_column_with_caret(DebuggerSP debugger_sp) argument
149 should_show_stop_line_with_ansi(DebuggerSP debugger_sp) argument
200 auto debugger_sp = m_debugger_wp.lock(); local
381 File(const FileSpec &file_spec, lldb::DebuggerSP debugger_sp) argument
555 auto debugger_sp = m_debugger_wp.lock(); local
[all...]
H A DDebugger.cpp591 void Debugger::Destroy(DebuggerSP &debugger_sp) { argument
610 DebuggerSP debugger_sp; local
1058 DebuggerSP debugger_sp; local
1070 DebuggerSP debugger_sp; local
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp1230 DebuggerSP debugger_sp = variable
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp78 EnableOptionsSP GetGlobalEnableOptions(const DebuggerSP &debugger_sp) { argument
92 void SetGlobalEnableOptions(const DebuggerSP &debugger_sp, argument
785 DebuggerSP debugger_sp = variable
895 DebuggerSP debugger_sp = variable
1125 DebuggerSP debugger_sp local
1446 DebuggerSP debugger_sp = target->GetDebugger().shared_from_this(); local
1690 DebuggerSP debugger_sp = local
1819 DebuggerSP debugger_sp = local
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp2678 lldb::DebuggerSP debugger_sp = m_debugger.shared_from_this(); local
2868 lldb::DebuggerSP debugger_sp local
2843 SynchronicityHandler( lldb::DebuggerSP debugger_sp, ScriptedCommandSynchronicity synchro) argument
2912 lldb::DebuggerSP debugger_sp = m_debugger.shared_from_this(); local
[all...]

Completed in 191 milliseconds