Lines Matching refs:m_process
71 PrivateInitialize(m_process); in DidAttach()
81 PrivateInitialize(m_process); in DidLaunch()
90 m_process = nullptr; in Clear()
101 Target &target = m_process->GetTarget(); in FindTargetModuleForImageInfo()
155 module_sp = m_process->ReadModuleFromMemory(image_info.file_spec, in FindTargetModuleForImageInfo()
167 if (m_process->GetStopID() == m_dyld_image_infos_stop_id) in UnloadImages()
171 Target &target = m_process->GetTarget(); in UnloadImages()
207 m_process->GetTarget().GetImages().Remove(unloaded_module_list); in UnloadImages()
208 m_dyld_image_infos_stop_id = m_process->GetStopID(); in UnloadImages()
216 Target &target = m_process->GetTarget(); in UnloadAllImages()
238 m_dyld_image_infos_stop_id = m_process->GetStopID(); in UnloadAllImages()
277 changed = m_process->GetTarget().SetSectionLoadAddress( in UpdateImageLoadAddress()
302 m_process->AddInvalidMemoryRegion(pagezero_range); in UpdateImageLoadAddress()
311 if (info.load_stop_id == m_process->GetStopID()) in UpdateImageLoadAddress()
315 info.load_stop_id = m_process->GetStopID(); in UpdateImageLoadAddress()
336 if (m_process->GetTarget().SetSectionUnloaded( in UnloadModuleSections()
536 Target &target = m_process->GetTarget(); in UpdateSpecialBinariesFromNewImageInfos()
616 Target &target = m_process->GetTarget(); in UpdateDYLDImageInfoFromNewImageInfo()
641 Target &target = m_process->GetTarget(); in AddModulesUsingImageInfos()
678 commpage_image_module_sp = m_process->ReadModuleFromMemory( in AddModulesUsingImageInfos()
689 image_infos[idx].load_stop_id = m_process->GetStopID(); in AddModulesUsingImageInfos()
725 m_process->GetTarget().ModulesDidLoad(loaded_module_list); in AddModulesUsingImageInfos()
754 ObjCLanguageRuntime *objc_runtime = ObjCLanguageRuntime::Get(*m_process); in AlwaysRelyOnEHUnwindInfo()
826 StateAsCString(m_process->GetState())); in PrivateInitialize()
828 m_process = process; in PrivateInitialize()
829 m_process->GetTarget().ClearAllLoadedSections(); in PrivateInitialize()
851 if (!DidSetNotificationBreakpoint() && m_process->IsAlive()) { in PrivateProcessStateChanged()
1047 m_process->GetTarget().GetImages().FindModules(module_spec, module_list); in GetPThreadLibraryModule()
1085 const uint32_t addr_size = m_process->GetAddressByteSize(); in GetThreadLocalData()
1092 Target &target = m_process->GetTarget(); in GetThreadLocalData()
1095 const ByteOrder byte_order = m_process->GetByteOrder(); in GetThreadLocalData()
1133 lldb::ExpressionResults results = m_process->RunThreadPlan( in GetThreadLocalData()