Lines Matching refs:GetTarget
894 Debugger &debugger = process_sp->GetTarget().GetDebugger(); in HandleProcessStateChangedEvent()
896 &process_sp->GetTarget()) { in HandleProcessStateChangedEvent()
929 process_sp->GetTarget().shared_from_this()); in HandleProcessStateChangedEvent()
934 process_sp->GetTarget().Dump(stream, eDescriptionLevelBrief); in HandleProcessStateChangedEvent()
1184 Target &target = GetTarget(); in UpdateThreadListIfNeeded()
1316 GetTarget().GetStatistics().SetFirstPublicStopTime(); in SetPublicState()
1469 GetTarget().GetStatistics().SetFirstPrivateStopTime(); in SetPrivateState()
1498 m_abi_sp = ABI::FindPlugin(shared_from_this(), GetTarget().GetArchitecture()); in GetABI()
1664 GetTarget().GetDebugger().GetErrorStream().Printf( in CreateBreakpointSite()
1667 symbol->GetLoadAddress(&GetTarget()), in CreateBreakpointSite()
1673 load_addr = resolved_address.GetOpcodeLoadAddress(&GetTarget()); in CreateBreakpointSite()
1676 load_addr = constituent->GetAddress().GetOpcodeLoadAddress(&GetTarget()); in CreateBreakpointSite()
1678 load_addr = constituent->GetAddress().GetOpcodeLoadAddress(&GetTarget()); in CreateBreakpointSite()
1703 GetTarget().GetDebugger().GetErrorStream().Printf( in CreateBreakpointSite()
1762 PlatformSP platform_sp(GetTarget().GetPlatform()); in GetSoftwareBreakpointTrapOpcode()
1764 return platform_sp->GetSoftwareBreakpointTrapOpcode(GetTarget(), bp_site); in GetSoftwareBreakpointTrapOpcode()
2375 const ArchSpec &arch = GetTarget().GetArchitecture(); in GetWatchpointReportedAfter()
2512 Module *exe_module = GetTarget().GetExecutableModulePointer(); in LaunchPrivate()
2535 error = GetTarget().Install(&launch_info); in LaunchPrivate()
2603 StreamSP warning_strm = GetTarget().GetDebugger().GetAsyncErrorStream(); in LaunchPrivate()
2604 GetTarget().UpdateSignalsFromDummy(m_unix_signals_sp, warning_strm); in LaunchPrivate()
2857 PlatformSP platform_sp(GetTarget().GetPlatform()); in Attach()
2940 GetTarget().SetArchitecture(process_arch); in CompleteAttach()
2953 PlatformSP platform_sp(GetTarget().GetPlatform()); in CompleteAttach()
2957 const ArchSpec &target_arch = GetTarget().GetArchitecture(); in CompleteAttach()
2962 platform_sp = GetTarget().GetDebugger().GetPlatformList().GetOrCreate( in CompleteAttach()
2965 GetTarget().SetPlatform(platform_sp); in CompleteAttach()
2966 GetTarget().SetArchitecture(platform_arch); in CompleteAttach()
2976 const ArchSpec &target_arch = GetTarget().GetArchitecture(); in CompleteAttach()
2980 GetTarget().SetArchitecture(process_arch); in CompleteAttach()
2992 StreamSP warning_strm = GetTarget().GetDebugger().GetAsyncErrorStream(); in CompleteAttach()
2993 GetTarget().UpdateSignalsFromDummy(m_unix_signals_sp, warning_strm); in CompleteAttach()
3002 ModuleSP exe_module_sp = GetTarget().GetExecutableModule(); in CompleteAttach()
3017 ModuleSP exe_module_sp = GetTarget().GetExecutableModule(); in CompleteAttach()
3038 for (ModuleSP module_sp : GetTarget().GetImages().Modules()) { in CompleteAttach()
3040 if (GetTarget().GetExecutableModulePointer() != module_sp.get()) in CompleteAttach()
3046 GetTarget().SetExecutableModule(new_executable_module_sp, in CompleteAttach()
3049 ModuleSP exe_module_sp = GetTarget().GetExecutableModule(); in CompleteAttach()
3403 return GetTarget().GetArchitecture().GetByteOrder(); in GetByteOrder()
3407 return GetTarget().GetArchitecture().GetAddressByteSize(); in GetAddressByteSize()
3746 if (!GetTarget().GetDebugger().IsForwardingEvents() && in HandlePrivateEvent()
3785 if (is_hijacked || !GetTarget().GetDebugger().IsHandlingEvents()) in HandlePrivateEvent()
4138 if (process_sp->GetTarget().RunStopHooks()) in DoOnRemoval()
4259 exe_ctx.SetTargetPtr(&GetTarget()); in CalculateExecutionContext()
4393 : IOHandler(process->GetTarget().GetDebugger(), in IOHandlerProcessSTDIO()
4557 return GetTarget().GetDebugger().IsTopIOHandler(io_handler_sp); in ProcessIOHandlerIsActive()
4574 GetTarget().GetDebugger().RunIOHandlerAsync(io_handler_sp, in PushProcessIOHandler()
4585 return GetTarget().GetDebugger().RemoveIOHandler(io_handler_sp); in PopProcessIOHandler()
4677 ThreadSP thread_sp = thread_plan_sp->GetTarget() in HandleStoppedEvent()
5758 Target &target = GetTarget(); in DidExec()
5798 addr_t addr = address->GetLoadAddress(&GetTarget()); in ResolveIndirectFunction()
5859 sc.module_sp->ReportWarningOptimization(GetTarget().GetDebugger().GetID()); in PrintWarningOptimization()
5875 language, GetTarget().GetDebugger().GetID()); in PrintWarningUnsupportedLanguage()
5881 PlatformSP platform_sp = GetTarget().GetPlatform(); in GetProcessInfo()
5939 Target &target = GetTarget(); in AdvanceAddressToNextBranchInstruction()
5953 target.GetArchitecture(), plugin_name, flavor, GetTarget(), range_bounds); in AdvanceAddressToNextBranchInstruction()
6145 if (platform != GetTarget().GetPlatform().get()) in GetLoadImageUtilityFunction()
6176 GetTarget().GetScratchTypeSystemForLanguage(eLanguageTypeC); in CallVoidArgVoidPtrReturn()
6218 Architecture *arch = GetTarget().GetArchitecturePlugin(); in GetMemoryTagManager()