Lines Matching refs:GetTarget

375       GetTarget().GetDebugger().GetCommandInterpreter().GetScriptInterpreter();  in ParsePythonTargetDefinition()
381 interpreter->GetDynamicSettings(module_object_sp, &GetTarget(), in ParsePythonTargetDefinition()
394 if (!host_arch.IsCompatibleMatch(GetTarget().GetArchitecture())) { in ParsePythonTargetDefinition()
395 GetTarget().SetArchitecture(host_arch); in ParsePythonTargetDefinition()
410 GetTarget().GetArchitecture()) > 0) { in ParsePythonTargetDefinition()
498 StreamSP stream_sp = GetTarget().GetDebugger().GetAsyncOutputStream(); in BuildDynamicRegisterInfo()
504 const ArchSpec &target_arch = GetTarget().GetArchitecture(); in BuildDynamicRegisterInfo()
662 m_register_info.Finalize(GetTarget().GetArchitecture()); in BuildDynamicRegisterInfo()
685 m_register_info.Finalize(GetTarget().GetArchitecture()); in BuildDynamicRegisterInfo()
729 if (GetTarget().GetNonStopModeEnabled()) in DoConnectRemote()
732 Target &target = GetTarget(); in DoConnectRemote()
764 GetTarget().GetArchitecture().GetTriple().getTriple().c_str(), in DoConnectRemote()
765 GetTarget().GetArchitecture().IsValid() ? "true" : "false", in DoConnectRemote()
768 if (error.Success() && !GetTarget().GetArchitecture().IsValid() && in DoConnectRemote()
773 GetTarget().SetArchitecture(m_gdb_comm.GetProcessArchitecture()); in DoConnectRemote()
775 GetTarget().SetArchitecture(m_gdb_comm.GetHostArchitecture()); in DoConnectRemote()
782 GetTarget().GetArchitecture().GetTriple().getTriple().c_str()); in DoConnectRemote()
785 PlatformSP platform_sp = GetTarget().GetPlatform(); in DoConnectRemote()
789 SetUnixSignals(UnixSignals::Create(GetTarget().GetArchitecture())); in DoConnectRemote()
870 PlatformSP platform_sp(GetTarget().GetPlatform()); in DoLaunch()
930 GetTarget().GetArchitecture().GetArchitectureName()); in DoLaunch()
974 if (GetTarget().GetNonStopModeEnabled()) in DoLaunch()
980 GetTarget().MergeArchitecture(process_arch); in DoLaunch()
984 GetTarget().MergeArchitecture(host_arch); in DoLaunch()
1050 if (GetTarget().GetNonStopModeEnabled()) in ConnectToDebugserver()
1065 if (GetTarget().GetNonStopModeEnabled()) in ConnectToDebugserver()
1066 GetTarget().SetNonStopModeEnabled(m_gdb_comm.SetNonStopMode(true)); in ConnectToDebugserver()
1077 if (GetTarget().GetNonStopModeEnabled()) in ConnectToDebugserver()
1130 const ArchSpec &target_arch = GetTarget().GetArchitecture(); in DidLaunchOrAttach()
1154 GetTarget().SetArchitecture(process_arch); in DidLaunchOrAttach()
1182 GetTarget().SetArchitecture(new_target_arch); in DidLaunchOrAttach()
1199 GetTarget().SetArchitecture(process_arch); in DidLaunchOrAttach()
1350 if (!GetTarget().GetNonStopModeEnabled() && in DoResume()
1472 if (GetTarget().GetNonStopModeEnabled()) { in DoResume()
1936 ArchSpec::Core core = GetTarget().GetArchitecture().GetCore(); in SetThreadStopInfo()
1941 wp_sp = GetTarget().GetWatchpointList().FindByAddress( in SetThreadStopInfo()
1945 GetTarget().GetWatchpointList().FindByAddress(wp_addr); in SetThreadStopInfo()
2364 GetTarget().GetWatchpointList().FindByAddress(wp_addr); in SetThreadStopInfo()
2528 PlatformSP platform_sp = GetTarget().GetPlatform(); in DoDestroy()
2638 PlatformSP platform_sp(GetTarget().GetPlatform()); in DoDestroy()
2705 if (!GetTarget().GetNonStopModeEnabled()) in SetLastStopPacket()
3088 num, after, GetTarget().GetArchitecture())); in GetWatchpointSupportInfo()
3478 PlatformSP platform_sp(GetTarget().GetPlatform()); in EstablishConnectionIfNeeded()
3551 nullptr, GetTarget().GetPlatform().get(), debugserver_launch_info, in LaunchAndConnectToDebugserver()
3787 if (process->GetTarget().GetNonStopModeEnabled()) { in AsyncThread()
4006 PlatformSP platform_sp(GetTarget().GetPlatform()); in StartNoticingNewThreads()
4009 platform_sp->SetThreadCreationBreakpoint(GetTarget()); in StartNoticingNewThreads()
4610 GetTarget().MergeArchitecture(arch_to_use); in GetGDBServerRegisterInfo()
4618 GetTarget().MergeArchitecture(arch_to_use); in GetGDBServerRegisterInfo()
4876 Target &target = GetTarget(); in LoadModules()
4877 ModuleList &loaded_modules = m_process->GetTarget().GetImages(); in LoadModules()
4897 m_process->GetTarget().ModulesDidUnload(removed_modules, false); in LoadModules()
4913 m_process->GetTarget().ModulesDidLoad(new_modules); in LoadModules()
5432 GetTarget().GetDebugger().GetCommandInterpreter())); in GetPluginCommandObject()