This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [patch 6/8] Agent's capability
- From: Yao Qi <yao at codesourcery dot com>
- To: Pedro Alves <palves at redhat dot com>
- Cc: <gdb-patches at sourceware dot org>
- Date: Fri, 10 Feb 2012 20:25:26 +0800
- Subject: Re: [patch 6/8] Agent's capability
- References: <4F1D55D7.7030506@codesourcery.com> <4F1D68A2.2080503@codesourcery.com> <4F3427EF.10906@redhat.com>
On 02/10/2012 04:09 AM, Pedro Alves wrote:
> That page is obsolete. We've been addressing those kinds of things with
> qSupported features. I won't stand in the way of this change, but I do
> wonder whether we shouldn't instead ask the agent about its features with
> a similar (or exactly the same) mechanism.
qSupported is used for GDB to get the list of features remote stub
supports. However, agent can talk with GDB or GDBserver directly, so I
hope GDB and GDBserver can use the same interface to get agent's
capability. qSupported doesn't help here.
--
Yao (éå)