Lines Matching refs:GetTarget
209 GetTarget().SetArchitecture(arch, true /*set_platform*/); in DoLoadCore()
217 if (ModuleSP module = GetTarget().GetExecutableModule()) in DoLoadCore()
218 GetTarget().MergeArchitecture(module->GetArchitecture()); in DoLoadCore()
223 GetTarget().GetDebugger().GetID()); in DoLoadCore()
339 ModuleList &modules = GetTarget().GetImages(); in BuildMemoryRegions()
340 SectionLoadList &load_list = GetTarget().GetSectionLoadList(); in BuildMemoryRegions()
414 GetTarget().GetOrCreateModule(module_spec, true /* notify */, &error); in GetOrCreateModule()
449 GetTarget().GetImages().Remove(module_sp); in GetOrCreateModule()
481 lldb::ModuleSP module_sp = GetTarget().GetOrCreateModule(module_spec, in ReadModuleList()
529 GetTarget().GetImages().Append(module_sp, true /* notify */); in ReadModuleList()
533 module_sp->SetLoadAddress(GetTarget(), load_addr, false, in ReadModuleList()
542 lldb::ModuleSP module_sp = GetTarget().GetExecutableModule(); in GetProcessInfo()
545 info.SetExecutableFile(GetTarget().GetExecutableModule()->GetFileSpec(), in GetProcessInfo()
927 GetTarget().GetDebugger().GetCommandInterpreter()); in GetPluginCommandObject()