Lines Matching refs:GetTarget
266 lldb::ModuleSP module = GetTarget().GetExecutableModule(); in ProcessFreeBSD()
307 PlatformSP platform_sp(GetTarget().GetPlatform()); in DoAttachToProcessWithID()
321 GetTarget().GetArchitecture()); in DoAttachToProcessWithID()
331 !GetTarget().GetArchitecture().IsExactMatch(module_arch)) in DoAttachToProcessWithID()
332 GetTarget().SetArchitecture(module_arch); in DoAttachToProcessWithID()
335 GetTarget().SetExecutableModule(exe_module_sp, eLoadDependentsYes); in DoAttachToProcessWithID()
448 Target *target = &GetTarget(); in GetImageInfoAddress()
502 Target *target = &GetTarget(); in DoDidExec()
645 ArchSpec arch = GetTarget().GetArchitecture(); in GetSoftwareBreakpointTrapOpcode()
887 PlatformSP platform_sp = GetTarget().GetPlatform(); in GetAuxvData()
989 m_process->GetTarget().CreateBreakpoint(addr, true, false).get(); in SetSoftwareSingleStepBreakpoint()
1014 BreakpointSP bp = GetTarget().GetBreakpointByID(bp_id); in IsSoftwareStepBreakpoint()
1022 GetTarget().RemoveBreakpointByID(bp_id); in IsSoftwareStepBreakpoint()
1028 lldb_private::ArchSpec arch = GetTarget().GetArchitecture(); in SupportHardwareSingleStepping()
1040 EmulateInstruction::FindPlugin(GetTarget().GetArchitecture(), in SetupSoftwareSingleStepping()