Lines Matching refs:process

129   Process *process = exe_ctx.GetProcessPtr();  in InitializeZerothFrame()  local
136 ABI *abi = process->GetABI().get(); in InitializeZerothFrame()
142 m_current_pc.SetLoadAddress(current_pc, &process->GetTarget()); in InitializeZerothFrame()
177 if (IsTrapHandlerSymbol(process, m_sym_ctx)) { in InitializeZerothFrame()
248 process->GetTarget(), m_current_offset_backed_up_one); in InitializeZerothFrame()
303 Process *process = exe_ctx.GetProcessPtr(); in InitializeNonZerothFrame() local
306 ABI *abi = process->GetABI().get(); in InitializeNonZerothFrame()
335 m_current_pc.SetLoadAddress(pc, &process->GetTarget(), allow_section_end); in InitializeNonZerothFrame()
347 if (process->GetLoadAddressPermissions(pc, permissions) && in InitializeNonZerothFrame()
405 if (process->GetLoadAddressPermissions(m_cfa, permissions) && in InitializeNonZerothFrame()
502 temporary_pc.SetLoadAddress(pc - 1, &process->GetTarget()); in InitializeNonZerothFrame()
525 m_current_offset = pc - m_start_pc.GetLoadAddress(&process->GetTarget()); in InitializeNonZerothFrame()
531 m_current_pc.SetLoadAddress(pc - 1, &process->GetTarget()); in InitializeNonZerothFrame()
540 if (IsTrapHandlerSymbol(process, m_sym_ctx)) { in InitializeNonZerothFrame()
717 Process *process = exe_ctx.GetProcessPtr(); in GetFullUnwindPlanForFrame() local
718 ABI *abi = process ? process->GetABI().get() : NULL; in GetFullUnwindPlanForFrame()
752 (process && in GetFullUnwindPlanForFrame()
753 process->GetLoadAddressPermissions(current_pc_addr, permissions) && in GetFullUnwindPlanForFrame()
823 if (m_frame_type == eTrapHandlerFrame && process) { in GetFullUnwindPlanForFrame()
826 process->GetTarget(), m_current_offset_backed_up_one); in GetFullUnwindPlanForFrame()
841 if (process && process->GetDynamicLoader() && in GetFullUnwindPlanForFrame()
842 process->GetDynamicLoader()->AlwaysRelyOnEHUnwindInfo(m_sym_ctx)) { in GetFullUnwindPlanForFrame()
848 process->GetTarget(), m_current_offset_backed_up_one); in GetFullUnwindPlanForFrame()
859 if (behaves_like_zeroth_frame && process) { in GetFullUnwindPlanForFrame()
861 process->GetTarget(), m_thread, m_current_offset_backed_up_one); in GetFullUnwindPlanForFrame()
877 process->GetTarget(), m_current_offset_backed_up_one); in GetFullUnwindPlanForFrame()
895 if (process) { in GetFullUnwindPlanForFrame()
897 process->GetTarget(), m_current_offset_backed_up_one); in GetFullUnwindPlanForFrame()
909 if (process) { in GetFullUnwindPlanForFrame()
911 process->GetTarget(), m_thread, m_current_offset_backed_up_one); in GetFullUnwindPlanForFrame()
927 process->GetTarget(), m_current_offset_backed_up_one); in GetFullUnwindPlanForFrame()
1119 lldb_private::Process *process, in IsTrapHandlerSymbol() argument
1121 PlatformSP platform_sp(process->GetTarget().GetPlatform()); in IsTrapHandlerSymbol()
1342 Process *process = exe_ctx.GetProcessPtr(); in SavedLocationForRegister() local
1348 ABI *abi = process ? process->GetABI().get() : NULL; in SavedLocationForRegister()
1506 process->GetByteOrder(), in SavedLocationForRegister()
1507 process->GetAddressByteSize()); in SavedLocationForRegister()
1805 Process *process = exe_ctx.GetProcessPtr(); in ReadFrameAddress() local
1808 process->GetByteOrder(), in ReadFrameAddress()
1809 process->GetAddressByteSize()); in ReadFrameAddress()