Lines Matching refs:debugger_sp
1867 DebuggerSP debugger_sp(m_debugger.shared_from_this()); in CreateScriptCommandObject() local
1872 if (!debugger_sp.get()) in CreateScriptCommandObject()
1878 class_name, m_dictionary_name.c_str(), debugger_sp); in CreateScriptCommandObject()
2665 lldb::DebuggerSP debugger_sp, ScriptedCommandSynchronicity synchro) in SynchronicityHandler() argument
2666 : m_debugger_sp(debugger_sp), m_synch_wanted(synchro), in SynchronicityHandler()
2667 m_old_asynch(debugger_sp->GetAsyncExecution()) { in SynchronicityHandler()
2689 lldb::DebuggerSP debugger_sp = m_debugger.shared_from_this(); in RunScriptBasedCommand() local
2692 if (!debugger_sp.get()) { in RunScriptBasedCommand()
2707 SynchronicityHandler synch_handler(debugger_sp, synchronicity); in RunScriptBasedCommand()
2711 impl_function, m_dictionary_name.c_str(), debugger_sp, args_str.c_str(), in RunScriptBasedCommand()
2734 lldb::DebuggerSP debugger_sp = m_debugger.shared_from_this(); in RunScriptBasedCommand() local
2737 if (!debugger_sp.get()) { in RunScriptBasedCommand()
2752 SynchronicityHandler synch_handler(debugger_sp, synchronicity); in RunScriptBasedCommand()
2756 static_cast<PyObject *>(impl_obj_sp->GetValue()), debugger_sp, in RunScriptBasedCommand()