Home | History | Annotate | Download | only in Target

Lines Matching refs:m_process_sp

75     m_process_sp (),
159 if (m_process_sp.get())
162 if (m_process_sp->IsAlive())
163 m_process_sp->Destroy();
165 m_process_sp->Finalize();
169 m_process_sp.reset();
177 m_process_sp = Process::FindPlugin(*this, plugin_name, listener, crash_file);
178 return m_process_sp;
184 return m_process_sp;
533 return (m_process_sp && m_process_sp->IsAlive());
605 m_process_sp->DisableWatchpoint(matched_sp.get(), notify);
617 error = m_process_sp->EnableWatchpoint(wp_sp.get(), notify);
780 Error rc = m_process_sp->DisableWatchpoint(wp_sp.get());
815 Error rc = m_process_sp->DisableWatchpoint(wp_sp.get());
848 Error rc = m_process_sp->EnableWatchpoint(wp_sp.get());
913 Error rc = m_process_sp->DisableWatchpoint(wp_sp.get());
936 Error rc = m_process_sp->EnableWatchpoint(wp_sp.get());
1164 if (m_process_sp)
1166 LanguageRuntime* runtime = m_process_sp->GetLanguageRuntime(lldb::eLanguageTypeObjC);
1332 bytes_read = m_process_sp->ReadMemory(load_addr, dst, dst_len, error);
1854 else if (m_process_sp)
1856 m_process_sp->CalculateExecutionContext(exe_ctx);
2047 if (!m_process_sp)
2052 if (m_process_sp->GetModIDRef().IsLastResumeForUserExpression())
2078 ThreadList &cur_threadlist = m_process_sp->GetThreadList();
2086 exc_ctx_with_reasons.push_back(ExecutionContext(m_process_sp.get(), cur_thread_sp.get(), cur_frame_sp.get()));