Lines Matching refs:m_process
108 m_process->GetTarget().RemoveBreakpointByID(m_break_id); in ~DynamicLoaderMacOSXDYLD()
114 if (m_process) { in ProcessDidExec()
116 if (m_process->GetThreadList().GetSize() == 1) { in ProcessDidExec()
120 const addr_t shlib_addr = m_process->GetImageInfoAddress(); in ProcessDidExec()
135 ThreadSP thread_sp(m_process->GetThreadList().GetThreadAtIndex(0)); in ProcessDidExec()
163 m_process->GetTarget().RemoveBreakpointByID(m_break_id); in DoClear()
177 m_process->GetTarget().RemoveBreakpointByID(m_break_id); in ClearNotificationBreakpoint()
189 const addr_t shlib_addr = m_process->GetImageInfoAddress(); in DoInitialImageFetch()
192 m_process->GetTarget().GetArchitecture().GetByteOrder(); in DoInitialImageFetch()
196 if (m_process->ReadMemory(shlib_addr, buf, 4, error) == 4) { in DoInitialImageFetch()
231 Module *executable = m_process->GetTarget().GetExecutableModulePointer(); in DoInitialImageFetch()
266 Target &target = m_process->GetTarget(); in ReadDYLDInfoFromMemoryAndSetNotificationCallback()
339 if (process != dyld_instance->m_process) in NotifyBreakpointHit()
419 if (m_process->GetStopID() == m_dyld_all_image_infos_stop_id) in ReadAllImageInfosStructure()
425 m_process->GetTarget().GetArchitecture().GetByteOrder(); in ReadAllImageInfosStructure()
427 m_process->GetTarget().GetArchitecture().GetAddressByteSize(); in ReadAllImageInfosStructure()
460 if (m_process->ReadMemory(m_dyld_all_image_infos_addr, buf, 4, error) == in ReadAllImageInfosStructure()
486 m_process->ReadMemory(m_dyld_all_image_infos_addr, buf, count, error); in ReadAllImageInfosStructure()
529 m_dyld_all_image_infos_stop_id = m_process->GetStopID(); in ReadAllImageInfosStructure()
544 if (m_process->GetStopID() == m_dyld_image_infos_stop_id) in AddModulesUsingImageInfosAddress()
548 m_process->GetLoadedDynamicLibrariesInfos(image_infos_addr, in AddModulesUsingImageInfosAddress()
564 m_dyld_image_infos_stop_id = m_process->GetStopID(); in AddModulesUsingImageInfosAddress()
573 m_dyld_image_infos_stop_id = m_process->GetStopID(); in AddModulesUsingImageInfosAddress()
584 if (m_process->GetStopID() == m_dyld_image_infos_stop_id) in RemoveModulesUsingImageInfosAddress()
658 m_process->GetTarget().GetImages().Remove(unloaded_module_list); in RemoveModulesUsingImageInfosAddress()
660 m_dyld_image_infos_stop_id = m_process->GetStopID(); in RemoveModulesUsingImageInfosAddress()
675 const size_t bytes_read = m_process->ReadMemory( in ReadImageInfos()
689 m_process->ReadCStringFromMemory(path_addr, raw_path, sizeof(raw_path), in ReadImageInfos()
711 if (m_process->GetStopID() == m_dyld_image_infos_stop_id || in InitializeFromAllImageInfos()
740 Target &target = m_process->GetTarget(); in InitializeFromAllImageInfos()
771 size_t bytes_read = m_process->ReadMemory(addr, header_bytes.GetBytes(), in ReadMachHeader()
814 m_process->ReadMemory(load_cmd_addr, load_cmd_data_sp->GetBytes(), in ReadMachHeader()
942 Target &target = m_process->GetTarget(); in UpdateImageInfosHeaderAndLoadCommands()
963 m_process->GetTarget().SetExecutableModule(exe_module_sp, in UpdateImageInfosHeaderAndLoadCommands()
1005 __FUNCTION__, StateAsCString(m_process->GetState())); in SetNotificationBreakpoint()
1012 bool resolved = m_process->GetTarget().ResolveLoadAddress( in SetNotificationBreakpoint()
1020 resolved = m_process->GetTarget().ResolveLoadAddress( in SetNotificationBreakpoint()
1027 m_process->GetTarget().CreateBreakpoint(so_addr, true, false).get(); in SetNotificationBreakpoint()
1064 if (m_process) { in GetSharedCacheInformation()
1065 addr_t all_image_infos = m_process->GetImageInfoAddress(); in GetSharedCacheInformation()
1075 m_process->ReadUnsignedIntegerFromMemory(all_image_infos, 4, -1, err); in GetSharedCacheInformation()
1083 int wordsize = m_process->GetAddressByteSize(); in GetSharedCacheInformation()
1094 if (m_process->ReadMemory(sharedCacheUUID_address, shared_cache_uuid, in GetSharedCacheInformation()
1107 base_address = m_process->ReadUnsignedIntegerFromMemory( in GetSharedCacheInformation()