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()
597 Target &target = m_process->GetTarget(); in UpdateDYLDImageInfoFromNewImageInfo()
622 Target &target = m_process->GetTarget(); in AddModulesUsingImageInfos()
659 commpage_image_module_sp = m_process->ReadModuleFromMemory( in AddModulesUsingImageInfos()
670 image_infos[idx].load_stop_id = m_process->GetStopID(); in AddModulesUsingImageInfos()
706 m_process->GetTarget().ModulesDidLoad(loaded_module_list); in AddModulesUsingImageInfos()
735 ObjCLanguageRuntime *objc_runtime = ObjCLanguageRuntime::Get(*m_process); in AlwaysRelyOnEHUnwindInfo()
807 StateAsCString(m_process->GetState())); in PrivateInitialize()
809 m_process = process; in PrivateInitialize()
810 m_process->GetTarget().ClearAllLoadedSections(); in PrivateInitialize()
832 if (!DidSetNotificationBreakpoint() && m_process->IsAlive()) { in PrivateProcessStateChanged()
1029 m_process->GetTarget().GetImages().FindModules(module_spec, module_list); in GetPThreadLibraryModule()
1067 const uint32_t addr_size = m_process->GetAddressByteSize(); in GetThreadLocalData()
1074 Target &target = m_process->GetTarget(); in GetThreadLocalData()
1077 const ByteOrder byte_order = m_process->GetByteOrder(); in GetThreadLocalData()
1115 lldb::ExpressionResults results = m_process->RunThreadPlan( in GetThreadLocalData()