Lines Matching refs:GetTarget

342       GetTarget().GetDebugger().GetScriptInterpreter();  in ParsePythonTargetDefinition()
348 interpreter->GetDynamicSettings(module_object_sp, &GetTarget(), in ParsePythonTargetDefinition()
362 if (!host_arch.IsCompatibleMatch(GetTarget().GetArchitecture())) { in ParsePythonTargetDefinition()
363 GetTarget().SetArchitecture(host_arch); in ParsePythonTargetDefinition()
378 *target_definition_sp, GetTarget().GetArchitecture()) > 0) { in ParsePythonTargetDefinition()
436 StreamSP stream_sp = GetTarget().GetDebugger().GetAsyncOutputStream(); in BuildDynamicRegisterInfo()
442 const ArchSpec &target_arch = GetTarget().GetArchitecture(); in BuildDynamicRegisterInfo()
600 m_register_info_sp->Finalize(GetTarget().GetArchitecture()); in BuildDynamicRegisterInfo()
623 m_register_info_sp->Finalize(GetTarget().GetArchitecture()); in BuildDynamicRegisterInfo()
669 if (GetTarget().GetNonStopModeEnabled()) in DoConnectRemote()
672 Target &target = GetTarget(); in DoConnectRemote()
704 GetTarget().GetArchitecture().GetTriple().getTriple().c_str(), in DoConnectRemote()
705 GetTarget().GetArchitecture().IsValid() ? "true" : "false", in DoConnectRemote()
708 if (error.Success() && !GetTarget().GetArchitecture().IsValid() && in DoConnectRemote()
713 GetTarget().SetArchitecture(m_gdb_comm.GetProcessArchitecture()); in DoConnectRemote()
715 GetTarget().SetArchitecture(m_gdb_comm.GetHostArchitecture()); in DoConnectRemote()
722 GetTarget().GetArchitecture().GetTriple().getTriple().c_str()); in DoConnectRemote()
725 PlatformSP platform_sp = GetTarget().GetPlatform(); in DoConnectRemote()
729 SetUnixSignals(UnixSignals::Create(GetTarget().GetArchitecture())); in DoConnectRemote()
809 PlatformSP platform_sp(GetTarget().GetPlatform()); in DoLaunch()
869 GetTarget().GetArchitecture().GetArchitectureName()); in DoLaunch()
912 if (GetTarget().GetNonStopModeEnabled()) in DoLaunch()
918 GetTarget().MergeArchitecture(process_arch); in DoLaunch()
922 GetTarget().MergeArchitecture(host_arch); in DoLaunch()
986 if (GetTarget().GetNonStopModeEnabled()) in ConnectToDebugserver()
1001 if (GetTarget().GetNonStopModeEnabled()) in ConnectToDebugserver()
1002 GetTarget().SetNonStopModeEnabled(m_gdb_comm.SetNonStopMode(true)); in ConnectToDebugserver()
1013 if (GetTarget().GetNonStopModeEnabled()) in ConnectToDebugserver()
1054 const ArchSpec &target_arch = GetTarget().GetArchitecture(); in DidLaunchOrAttach()
1071 GetTarget().SetArchitecture(process_arch); in DidLaunchOrAttach()
1093 GetTarget().SetArchitecture(new_target_arch); in DidLaunchOrAttach()
1105 GetTarget().SetArchitecture(process_arch); in DidLaunchOrAttach()
1119 ModuleSP module_sp = GetTarget().GetExecutableModule(); in MaybeLoadExecutableModule()
1134 module_sp->SetLoadAddress(GetTarget(), offsets->offsets[0], in MaybeLoadExecutableModule()
1139 m_process->GetTarget().ModulesDidLoad(list); in MaybeLoadExecutableModule()
1275 if (!GetTarget().GetNonStopModeEnabled() && in DoResume()
1397 if (GetTarget().GetNonStopModeEnabled()) { in DoResume()
1778 const ArchSpec &arch = GetTarget().GetArchitecture(); in SetThreadStopInfo()
1876 ArchSpec::Core core = GetTarget().GetArchitecture().GetCore(); in SetThreadStopInfo()
1881 wp_sp = GetTarget().GetWatchpointList().FindByAddress( in SetThreadStopInfo()
1885 GetTarget().GetWatchpointList().FindByAddress(wp_addr); in SetThreadStopInfo()
2300 GetTarget().GetWatchpointList().FindByAddress(wp_addr); in SetThreadStopInfo()
2480 PlatformSP platform_sp = GetTarget().GetPlatform(); in DoDestroy()
2590 PlatformSP platform_sp(GetTarget().GetPlatform()); in DoDestroy()
2654 if (!GetTarget().GetNonStopModeEnabled()) in SetLastStopPacket()
3070 num, after, GetTarget().GetArchitecture())); in GetWatchpointSupportInfo()
3433 PlatformSP platform_sp(GetTarget().GetPlatform()); in EstablishConnectionIfNeeded()
3523 nullptr, GetTarget().GetPlatform().get(), debugserver_launch_info, in LaunchAndConnectToDebugserver()
3778 if (process->GetTarget().GetNonStopModeEnabled()) { in AsyncThread()
3998 PlatformSP platform_sp(GetTarget().GetPlatform()); in StartNoticingNewThreads()
4001 platform_sp->SetThreadCreationBreakpoint(GetTarget()); in StartNoticingNewThreads()
4628 GetTarget().MergeArchitecture(arch_to_use); in GetGDBServerRegisterInfoXMLAndProcess()
4636 GetTarget().MergeArchitecture(arch_to_use); in GetGDBServerRegisterInfoXMLAndProcess()
4902 Target &target = GetTarget(); in LoadModules()
4903 ModuleList &loaded_modules = m_process->GetTarget().GetImages(); in LoadModules()
4923 m_process->GetTarget().ModulesDidUnload(removed_modules, false); in LoadModules()
4939 m_process->GetTarget().ModulesDidLoad(new_modules); in LoadModules()
5451 GetTarget().GetDebugger().GetCommandInterpreter()); in GetPluginCommandObject()