Searched defs:debugger_sp (Results 1 - 8 of 8) sorted by last modified time

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp76 EnableOptionsSP GetGlobalEnableOptions(const DebuggerSP &debugger_sp) { argument
90 void SetGlobalEnableOptions(const DebuggerSP &debugger_sp, argument
783 DebuggerSP debugger_sp = variable
893 DebuggerSP debugger_sp = variable
1123 DebuggerSP debugger_sp local
1444 DebuggerSP debugger_sp = target->GetDebugger().shared_from_this(); local
1688 DebuggerSP debugger_sp = local
1817 DebuggerSP debugger_sp = local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp2746 lldb::DebuggerSP debugger_sp = m_debugger.shared_from_this(); local
2935 lldb::DebuggerSP debugger_sp local
2910 SynchronicityHandler( lldb::DebuggerSP debugger_sp, ScriptedCommandSynchronicity synchro) argument
2979 lldb::DebuggerSP debugger_sp = m_debugger.shared_from_this(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DSourceManager.cpp58 SourceManager::SourceManager(const DebuggerSP &debugger_sp) argument
103 static bool should_highlight_source(DebuggerSP debugger_sp) { argument
115 should_show_stop_column_with_ansi(DebuggerSP debugger_sp) argument
134 should_show_stop_column_with_caret(DebuggerSP debugger_sp) argument
366 File(const FileSpec &file_spec, lldb::DebuggerSP debugger_sp) argument
540 auto debugger_sp = m_debugger_wp.lock(); local
[all...]
H A DDebugger.cpp637 void Debugger::Destroy(DebuggerSP &debugger_sp) { argument
656 DebuggerSP debugger_sp; local
1078 DebuggerSP debugger_sp; local
1090 DebuggerSP debugger_sp; local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp1215 DebuggerSP debugger_sp = variable
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBTypeCategory.cpp425 DebuggerSP debugger_sp = lldb_private::Debugger::GetDebuggerAtIndex(j); local
549 DebuggerSP debugger_sp = lldb_private::Debugger::GetDebuggerAtIndex(j); local
H A DSBDebugger.cpp62 static llvm::sys::DynamicLibrary LoadPlugin(const lldb::DebuggerSP &debugger_sp, argument
130 SBDebugger::SBDebugger(const lldb::DebuggerSP &debugger_sp) argument
1211 reset(const DebuggerSP &debugger_sp) argument
1230 DebuggerSP debugger_sp = Debugger::FindDebuggerWithID(id); local
[all...]
H A DSBSourceManager.cpp26 SourceManagerImpl(const lldb::DebuggerSP &debugger_sp) argument

Completed in 124 milliseconds