This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: RFC: Support target specific qSupported


On Wed, Feb 3, 2010 at 6:22 AM, Daniel Jacobowitz <dan@codesourcery.com> wrote:
> On Wed, Feb 03, 2010 at 06:05:39AM -0800, H.J. Lu wrote:
>> Which gdb target does similar things I need for AVX?
>
> See the Standard Target Features chapter, which has examples for ARM,
> MIPS, M68K, and PowerPC. ?ARM NEON support is the example I'm most
> familiar with and it has several similar issues; there can be 16 or 32
> D registers, for instance.
>

We have our own remote gdb stub, which needs to talk to both old gdb,
which only understands SSE g/G packet, and new gdb, which understands
AVX g/G packet. Does the target description support negotiation so
that old gdb and new remote gdb stub can use SSE g/G packet?

Thanks.

-- 
H.J.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]