Lines Matching refs:debugger_sp
2025 DebuggerSP debugger_sp(m_debugger.shared_from_this()); in CreateScriptCommandObject() local
2030 if (!debugger_sp.get()) in CreateScriptCommandObject()
2036 class_name, m_dictionary_name.c_str(), debugger_sp); in CreateScriptCommandObject()
2839 lldb::DebuggerSP debugger_sp, ScriptedCommandSynchronicity synchro) in SynchronicityHandler() argument
2840 : m_debugger_sp(debugger_sp), m_synch_wanted(synchro), in SynchronicityHandler()
2841 m_old_asynch(debugger_sp->GetAsyncExecution()) { in SynchronicityHandler()
2863 lldb::DebuggerSP debugger_sp = m_debugger.shared_from_this(); in RunScriptBasedCommand() local
2866 if (!debugger_sp.get()) { in RunScriptBasedCommand()
2881 SynchronicityHandler synch_handler(debugger_sp, synchronicity); in RunScriptBasedCommand()
2885 impl_function, m_dictionary_name.c_str(), debugger_sp, args_str.c_str(), in RunScriptBasedCommand()
2907 lldb::DebuggerSP debugger_sp = m_debugger.shared_from_this(); in RunScriptBasedCommand() local
2910 if (!debugger_sp.get()) { in RunScriptBasedCommand()
2925 SynchronicityHandler synch_handler(debugger_sp, synchronicity); in RunScriptBasedCommand()
2929 static_cast<PyObject *>(impl_obj_sp->GetValue()), debugger_sp, in RunScriptBasedCommand()