Lines Matching refs:debugger_sp
1761 DebuggerSP debugger_sp(m_debugger.shared_from_this()); in CreateScriptCommandObject() local
1766 if (!debugger_sp.get()) in CreateScriptCommandObject()
1772 class_name, m_dictionary_name.c_str(), debugger_sp); in CreateScriptCommandObject()
2556 lldb::DebuggerSP debugger_sp, ScriptedCommandSynchronicity synchro) in SynchronicityHandler() argument
2557 : m_debugger_sp(debugger_sp), m_synch_wanted(synchro), in SynchronicityHandler()
2558 m_old_asynch(debugger_sp->GetAsyncExecution()) { in SynchronicityHandler()
2580 lldb::DebuggerSP debugger_sp = m_debugger.shared_from_this(); in RunScriptBasedCommand() local
2583 if (!debugger_sp.get()) { in RunScriptBasedCommand()
2598 SynchronicityHandler synch_handler(debugger_sp, synchronicity); in RunScriptBasedCommand()
2602 impl_function, m_dictionary_name.c_str(), debugger_sp, args_str.c_str(), in RunScriptBasedCommand()
2625 lldb::DebuggerSP debugger_sp = m_debugger.shared_from_this(); in RunScriptBasedCommand() local
2628 if (!debugger_sp.get()) { in RunScriptBasedCommand()
2643 SynchronicityHandler synch_handler(debugger_sp, synchronicity); in RunScriptBasedCommand()
2647 static_cast<PyObject *>(impl_obj_sp->GetValue()), debugger_sp, in RunScriptBasedCommand()
2670 lldb::DebuggerSP debugger_sp = m_debugger.shared_from_this(); in RunScriptBasedParsedCommand() local
2673 if (!debugger_sp.get()) { in RunScriptBasedParsedCommand()
2688 SynchronicityHandler synch_handler(debugger_sp, synchronicity); in RunScriptBasedParsedCommand()
2698 static_cast<PyObject *>(impl_obj_sp->GetValue()), debugger_sp, in RunScriptBasedParsedCommand()
2717 lldb::DebuggerSP debugger_sp = m_debugger.shared_from_this(); in GetRepeatCommandForScriptedCommand() local
2719 if (!debugger_sp.get()) in GetRepeatCommandForScriptedCommand()