Lines Matching refs:m_process_sp
75 m_process_sp (), in Target()
159 if (m_process_sp.get()) in DeleteCurrentProcess()
162 if (m_process_sp->IsAlive()) in DeleteCurrentProcess()
163 m_process_sp->Destroy(); in DeleteCurrentProcess()
165 m_process_sp->Finalize(); in DeleteCurrentProcess()
169 m_process_sp.reset(); in DeleteCurrentProcess()
177 m_process_sp = Process::FindPlugin(*this, plugin_name, listener, crash_file); in CreateProcess()
178 return m_process_sp; in CreateProcess()
184 return m_process_sp; in GetProcessSP()
533 return (m_process_sp && m_process_sp->IsAlive()); in ProcessIsValid()
605 m_process_sp->DisableWatchpoint(matched_sp.get(), notify); in CreateWatchpoint()
617 error = m_process_sp->EnableWatchpoint(wp_sp.get(), notify); in CreateWatchpoint()
780 Error rc = m_process_sp->DisableWatchpoint(wp_sp.get()); in RemoveAllWatchpoints()
815 Error rc = m_process_sp->DisableWatchpoint(wp_sp.get()); in DisableAllWatchpoints()
848 Error rc = m_process_sp->EnableWatchpoint(wp_sp.get()); in EnableAllWatchpoints()
913 Error rc = m_process_sp->DisableWatchpoint(wp_sp.get()); in DisableWatchpointByID()
936 Error rc = m_process_sp->EnableWatchpoint(wp_sp.get()); in EnableWatchpointByID()
1164 if (m_process_sp) in SymbolsDidLoad()
1166 LanguageRuntime* runtime = m_process_sp->GetLanguageRuntime(lldb::eLanguageTypeObjC); in SymbolsDidLoad()
1332 bytes_read = m_process_sp->ReadMemory(load_addr, dst, dst_len, error); in ReadMemory()
1854 else if (m_process_sp) in EvaluateExpression()
1856 m_process_sp->CalculateExecutionContext(exe_ctx); in EvaluateExpression()
2047 if (!m_process_sp) in RunStopHooks()
2052 if (m_process_sp->GetModIDRef().IsLastResumeForUserExpression()) in RunStopHooks()
2078 ThreadList &cur_threadlist = m_process_sp->GetThreadList(); in RunStopHooks()
2086 …exc_ctx_with_reasons.push_back(ExecutionContext(m_process_sp.get(), cur_thread_sp.get(), cur_frame… in RunStopHooks()