Lines Matching refs:process_sp

201   ProcessSP process_sp = m_owner->GetProcessSP();  in SetUpRegion()  local
202 if (!process_sp) in SetUpRegion()
205 process_sp->GetByteOrder(), in SetUpRegion()
206 process_sp->GetAddressByteSize()); in SetUpRegion()
207 size_t actual_size = 8 + process_sp->GetAddressByteSize(); in SetUpRegion()
210 process_sp->ReadMemory(m_header_addr, memory_buffer, actual_size, error); in SetUpRegion()
249 DataExtractor desc_extractor(dst, desc_array_size, process_sp->GetByteOrder(), in SetUpRegion()
250 process_sp->GetAddressByteSize()); in SetUpRegion()
251 bytes_read = process_sp->ReadMemory(desc_ptr, dst, desc_array_size, error); in SetUpRegion()
331 const ProcessSP &process_sp, const ModuleSP &objc_module_sp) in AppleObjCVTables() argument
335 if (process_sp) in AppleObjCVTables()
336 m_process_wp = process_sp; in AppleObjCVTables()
340 ProcessSP process_sp = GetProcessSP(); in ~AppleObjCVTables() local
341 if (process_sp) { in ~AppleObjCVTables()
343 process_sp->GetTarget().RemoveBreakpointByID(m_trampolines_changed_bp_id); in ~AppleObjCVTables()
351 ProcessSP process_sp = GetProcessSP(); in InitializeVTableSymbols() local
352 if (process_sp) { in InitializeVTableSymbols()
353 Target &target = process_sp->GetTarget(); in InitializeVTableSymbols()
357 if (ObjCLanguageRuntime::Get(*process_sp) in InitializeVTableSymbols()
462 ProcessSP process_sp = GetProcessSP(); in ReadRegions() local
463 if (process_sp) { in ReadRegions()
465 process_sp->ReadPointerFromMemory(m_trampoline_header, error); in ReadRegions()
474 ProcessSP process_sp = GetProcessSP(); in ReadRegions() local
475 if (!process_sp) in ReadRegions()
577 const ProcessSP &process_sp, const ModuleSP &objc_module_sp) in AppleObjCTrampolineHandler() argument
583 if (process_sp) in AppleObjCTrampolineHandler()
584 m_process_wp = process_sp; in AppleObjCTrampolineHandler()
592 Target *target = process_sp ? &process_sp->GetTarget() : nullptr; in AppleObjCTrampolineHandler()
625 if (process_sp->CanJIT()) { in AppleObjCTrampolineHandler()
626 process_sp->GetTarget().GetDebugger().GetErrorStream().Printf( in AppleObjCTrampolineHandler()
694 std::make_unique<AppleObjCVTables>(process_sp, m_objc_module_sp); in AppleObjCTrampolineHandler()
861 ProcessSP process_sp(thread.CalculateProcess()); in GetStepThroughDispatchPlan() local
862 if (process_sp) in GetStepThroughDispatchPlan()
863 abi = process_sp->GetABI().get(); in GetStepThroughDispatchPlan()
948 super_value.GetScalar() += process_sp->GetAddressByteSize(); in GetStepThroughDispatchPlan()
955 super_value.GetScalar() += process_sp->GetAddressByteSize(); in GetStepThroughDispatchPlan()
974 super_value.GetScalar() += process_sp->GetAddressByteSize(); in GetStepThroughDispatchPlan()
1070 sel_str_addr = process_sp->AllocateMemory( in GetStepThroughDispatchPlan()
1079 process_sp->WriteMemory(sel_str_addr, sym_name.str().c_str(), in GetStepThroughDispatchPlan()