Lines Matching refs:debugger_sp
116 const lldb::DebuggerSP debugger_sp);
2157 DebuggerSP debugger_sp(m_debugger.shared_from_this()); in CreateScriptCommandObject() local
2162 if (!debugger_sp.get()) in CreateScriptCommandObject()
2171 class_name, m_dictionary_name.c_str(), debugger_sp); in CreateScriptCommandObject()
2787 lldb::DebuggerSP debugger_sp = m_debugger.shared_from_this(); in LoadScriptingModule() local
2924 m_dictionary_name.c_str(), debugger_sp)) { in LoadScriptingModule()
2972 lldb::DebuggerSP debugger_sp, ScriptedCommandSynchronicity synchro) in SynchronicityHandler() argument
2973 : m_debugger_sp(debugger_sp), m_synch_wanted(synchro), in SynchronicityHandler()
2974 m_old_asynch(debugger_sp->GetAsyncExecution()) { in SynchronicityHandler()
2996 lldb::DebuggerSP debugger_sp = m_debugger.shared_from_this(); in RunScriptBasedCommand() local
2999 if (!debugger_sp.get()) { in RunScriptBasedCommand()
3014 SynchronicityHandler synch_handler(debugger_sp, synchronicity); in RunScriptBasedCommand()
3018 impl_function, m_dictionary_name.c_str(), debugger_sp, args_str.c_str(), in RunScriptBasedCommand()
3040 lldb::DebuggerSP debugger_sp = m_debugger.shared_from_this(); in RunScriptBasedCommand() local
3043 if (!debugger_sp.get()) { in RunScriptBasedCommand()
3058 SynchronicityHandler synch_handler(debugger_sp, synchronicity); in RunScriptBasedCommand()
3062 debugger_sp, args_str.c_str(), in RunScriptBasedCommand()