Lines Matching refs:m_target
999 m_target (target), in Process()
1924 m_abi_sp = ABI::FindPlugin(m_target.GetArchitecture()); in GetABI()
2054 const addr_t load_addr = owner->GetAddress().GetOpcodeLoadAddress (&m_target); in CreateBreakpointSite()
2135 PlatformSP platform_sp (m_target.GetPlatform()); in GetSoftwareBreakpointTrapOpcode()
2137 return platform_sp->GetSoftwareBreakpointTrapOpcode (m_target, bp_site); in GetSoftwareBreakpointTrapOpcode()
2851 Module *exe_module = m_target.GetExecutableModulePointer(); in Launch()
3092 PlatformSP platform_sp (m_target.GetPlatform ()); in Attach()
3180 PlatformSP platform_sp (m_target.GetPlatform ()); in CompleteAttach()
3184 const ArchSpec &target_arch = m_target.GetArchitecture(); in CompleteAttach()
3191 m_target.SetPlatform (platform_sp); in CompleteAttach()
3192 m_target.SetArchitecture(platform_arch); in CompleteAttach()
3200 if (process_arch.IsValid() && !m_target.GetArchitecture().IsExactMatch(process_arch)) in CompleteAttach()
3201 m_target.SetArchitecture (process_arch); in CompleteAttach()
3213 const ModuleList &target_modules = m_target.GetImages(); in CompleteAttach()
3223 if (m_target.GetExecutableModulePointer() != module_sp.get()) in CompleteAttach()
3229 m_target.SetExecutableModule (new_executable_module_sp, false); in CompleteAttach()
3569 m_target.GetDebugger().PopInputReader (m_process_input_reader); in Destroy()
3609 return m_target.GetArchitecture().GetByteOrder(); in GetByteOrder()
3615 return m_target.GetArchitecture().GetAddressByteSize(); in GetAddressByteSize()
4353 return m_target.shared_from_this(); in CalculateTarget()
4359 exe_ctx.SetTargetPtr (&m_target); in CalculateExecutionContext()
4570 m_process_input_reader.reset (new InputReader(m_target.GetDebugger())); in SetSTDIOFileDescriptor()
4589 m_target.GetDebugger().PushInputReader (m_process_input_reader); in PushProcessInputReader()
4596 m_target.GetDebugger().PopInputReader (m_process_input_reader); in PopProcessInputReader()