Home | History | Annotate | Download | only in Target

Lines Matching full:process_sp

49     ProcessSP process_sp (thread.GetProcess());
50 if (!process_sp)
53 abi = process_sp->GetABI().get();
68 process_sp->ReadUnsignedIntegerFromMemory(m_function_sp, 4, 0, error);
289 ProcessSP process_sp (m_thread.GetProcess());
290 const ABI *abi = process_sp ? process_sp->GetABI().get() : NULL;
398 ProcessSP process_sp (m_thread.CalculateProcess());
401 if (process_sp)
402 bp_site_sp = process_sp->GetBreakpointSiteList().FindByID(break_site_id);
562 ProcessSP process_sp (m_thread.CalculateProcess());
563 if (process_sp)
565 m_cxx_language_runtime = process_sp->GetLanguageRuntime(eLanguageTypeC_plus_plus);
566 m_objc_language_runtime = process_sp->GetLanguageRuntime(eLanguageTypeObjC);