Lines Matching refs:GetTarget
286 GetTarget().SetArchitecture(arch, true /*set_platform*/); in DoLoadCore()
294 if (ModuleSP module = GetTarget().GetExecutableModule()) in DoLoadCore()
295 GetTarget().MergeArchitecture(module->GetArchitecture()); in DoLoadCore()
300 GetTarget().GetDebugger().GetID()); in DoLoadCore()
416 ModuleList &modules = GetTarget().GetImages(); in BuildMemoryRegions()
417 SectionLoadList &load_list = GetTarget().GetSectionLoadList(); in BuildMemoryRegions()
491 GetTarget().GetOrCreateModule(module_spec, true /* notify */, &error); in GetOrCreateModule()
526 GetTarget().GetImages().Remove(module_sp); in GetOrCreateModule()
558 lldb::ModuleSP module_sp = GetTarget().GetOrCreateModule(module_spec, in ReadModuleList()
606 GetTarget().GetImages().Append(module_sp, true /* notify */); in ReadModuleList()
610 module_sp->SetLoadAddress(GetTarget(), load_addr, false, in ReadModuleList()
619 lldb::ModuleSP module_sp = GetTarget().GetExecutableModule(); in GetProcessInfo()
622 info.SetExecutableFile(GetTarget().GetExecutableModule()->GetFileSpec(), in GetProcessInfo()
1006 GetTarget().GetDebugger().GetCommandInterpreter()); in GetPluginCommandObject()