Lines Matching refs:GetTarget
141 Module *exe_module = process->GetTarget().GetExecutableModulePointer(); in CreateInstance()
154 process->GetTarget().GetArchitecture().GetTriple(); in CreateInstance()
211 Module *exe_module = process->GetTarget().GetExecutableModulePointer(); in SearchForKernelAtSameLoadAddr()
301 int ptrsize = process->GetTarget().GetArchitecture().GetAddressByteSize(); in SearchForKernelNearPC()
354 if (process->GetTarget().GetArchitecture().GetAddressByteSize() == 8) { in SearchForKernelViaExhaustiveSearch()
366 if (process->GetTarget().GetArchitecture().GetAddressByteSize() == 8) in SearchForKernelViaExhaustiveSearch()
481 if (!process->GetTarget().GetArchitecture().IsCompatibleMatch( in CheckForKernelImageAtAddress()
483 process->GetTarget().SetArchitecture(kernel_arch); in CheckForKernelImageAtAddress()
515 process->GetTarget().GetDebugger().GetPlatformList().Create( in DynamicLoaderDarwinKernel()
518 process->GetTarget().SetPlatform(platform_sp); in DynamicLoaderDarwinKernel()
569 if (m_module_sp->SetLoadAddress(process->GetTarget(), 0, true, changed)) in LoadImageAtFileAddress()
719 process->GetTarget().SetArchitecture(memory_module_sp->GetArchitecture()); in ReadMemoryModule()
722 ModuleSP exe_module_sp = process->GetTarget().GetExecutableModule(); in ReadMemoryModule()
733 process->GetTarget().GetImages().Remove(user_specified_kernel_list); in ReadMemoryModule()
755 Target &target = process->GetTarget(); in LoadImageUsingMemoryModule()
983 m_kernel.SetModule(m_process->GetTarget().GetExecutableModule()); in LoadKernelModuleIfNeeded()
1008 &m_process->GetTarget()); in LoadKernelModuleIfNeeded()
1094 if (m_process->GetTarget().ReadPointerFromMemory( in ReadKextSummaryHeader()
1101 const size_t bytes_read = m_process->GetTarget().ReadMemory( in ReadKextSummaryHeader()
1107 Stream &s = m_process->GetTarget().GetDebugger().GetOutputStream(); in ReadKextSummaryHeader()
1122 m_process->GetTarget().GetDebugger().GetOutputStream(); in ReadKextSummaryHeader()
1139 Stream &s = m_process->GetTarget().GetDebugger().GetOutputStream(); in ReadKextSummaryHeader()
1243 Stream &s = m_process->GetTarget().GetDebugger().GetOutputStream(); in ParseKextSummaries()
1310 m_process->GetTarget().ModulesDidLoad(loaded_module_list); in ParseKextSummaries()
1332 m_process->GetTarget().ModulesDidUnload(unloaded_module_list, false); in ParseKextSummaries()
1374 const size_t bytes_read = m_process->GetTarget().ReadMemory( in ReadKextSummaries()
1475 m_process->GetTarget() in SetNotificationBreakpointIfNeeded()