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()
349 if (process != dyld_instance->m_process) in NotifyBreakpointHit()
429 if (m_process->GetStopID() == m_dyld_all_image_infos_stop_id) in ReadAllImageInfosStructure()
435 m_process->GetTarget().GetArchitecture().GetByteOrder(); in ReadAllImageInfosStructure()
437 m_process->GetTarget().GetArchitecture().GetAddressByteSize(); in ReadAllImageInfosStructure()
470 if (m_process->ReadMemory(m_dyld_all_image_infos_addr, buf, 4, error) == in ReadAllImageInfosStructure()
496 m_process->ReadMemory(m_dyld_all_image_infos_addr, buf, count, error); in ReadAllImageInfosStructure()
539 m_dyld_all_image_infos_stop_id = m_process->GetStopID(); in ReadAllImageInfosStructure()
554 if (m_process->GetStopID() == m_dyld_image_infos_stop_id) in AddModulesUsingImageInfosAddress()
558 m_process->GetLoadedDynamicLibrariesInfos(image_infos_addr, in AddModulesUsingImageInfosAddress()
574 m_dyld_image_infos_stop_id = m_process->GetStopID(); in AddModulesUsingImageInfosAddress()
583 m_dyld_image_infos_stop_id = m_process->GetStopID(); in AddModulesUsingImageInfosAddress()
594 if (m_process->GetStopID() == m_dyld_image_infos_stop_id) in RemoveModulesUsingImageInfosAddress()
668 m_process->GetTarget().GetImages().Remove(unloaded_module_list); in RemoveModulesUsingImageInfosAddress()
670 m_dyld_image_infos_stop_id = m_process->GetStopID(); in RemoveModulesUsingImageInfosAddress()
685 const size_t bytes_read = m_process->ReadMemory( in ReadImageInfos()
699 m_process->ReadCStringFromMemory(path_addr, raw_path, sizeof(raw_path), in ReadImageInfos()
721 if (m_process->GetStopID() == m_dyld_image_infos_stop_id || in InitializeFromAllImageInfos()
750 Target &target = m_process->GetTarget(); in InitializeFromAllImageInfos()
781 size_t bytes_read = m_process->ReadMemory(addr, header_bytes.GetBytes(), in ReadMachHeader()
824 m_process->ReadMemory(load_cmd_addr, load_cmd_data_sp->GetBytes(), in ReadMachHeader()
952 Target &target = m_process->GetTarget(); in UpdateImageInfosHeaderAndLoadCommands()
973 m_process->GetTarget().SetExecutableModule(exe_module_sp, in UpdateImageInfosHeaderAndLoadCommands()
1015 __FUNCTION__, StateAsCString(m_process->GetState())); in SetNotificationBreakpoint()
1022 bool resolved = m_process->GetTarget().ResolveLoadAddress( in SetNotificationBreakpoint()
1030 resolved = m_process->GetTarget().ResolveLoadAddress( in SetNotificationBreakpoint()
1037 m_process->GetTarget().CreateBreakpoint(so_addr, true, false).get(); in SetNotificationBreakpoint()
1074 if (m_process) { in GetSharedCacheInformation()
1075 addr_t all_image_infos = m_process->GetImageInfoAddress(); in GetSharedCacheInformation()
1085 m_process->ReadUnsignedIntegerFromMemory(all_image_infos, 4, -1, err); in GetSharedCacheInformation()
1093 int wordsize = m_process->GetAddressByteSize(); in GetSharedCacheInformation()
1104 if (m_process->ReadMemory(sharedCacheUUID_address, shared_cache_uuid, in GetSharedCacheInformation()
1117 base_address = m_process->ReadUnsignedIntegerFromMemory( in GetSharedCacheInformation()