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: [PATCH] target attributes [0/5]


Ping.

Thanks,
Hui

On Wed, Aug 29, 2012 at 4:11 PM, Hui Zhu <hui_zhu@mentor.com> wrote:
> Hi,
>
> Some GDB targets may have some special attributes that are specific to that
> target, such as hardware registers, software flags managed by a stub or
> agent, and so on.
> These patches add new function target attributes to handle them.
> GDB can access target attributes directly, or through agent code that is
> running on the target.
>
> A target attribute may include name, id, type, access mode, the
> breakpoint type, and a breakpoint address.
>
> Target attributes are solely defined by the target and supplied to GDB
> during a debugging session.  The target supplies them in XML format.
>
> To get more info, please see the doc patch.
>
> Thanks,
> Hui


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