Home | History | Annotate | Download | only in gdb-remote

Lines Matching full:m_target

668             PlatformSP platform_sp (m_target.GetPlatform());
711 m_gdb_comm.SendLaunchArchPacket (m_target.GetArchitecture().GetArchitectureName());
2948 m_dispatch_queue_offsets_addr = dispatch_queue_offsets_symbol->GetAddress().GetLoadAddress(&m_target);
2957 m_target.GetArchitecture().GetByteOrder(),
2958 m_target.GetArchitecture().GetAddressByteSize());
3054 PlatformSP platform_sp (m_target.GetPlatform());
3057 m_thread_create_bp_sp = platform_sp->SetThreadCreationBreakpoint(m_target);