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] Add windows Thread Information Block


On Fri, Jun 26, 2009 at 06:11:05PM +0200, Pierre Muller wrote:
> > You'd probably want a new 'target object' for this, and a qXfer packet
> > to read it.  Take a look at "info auxv", which is very similar.
> 
>   Is it OK, to add a target method that is only supported by one
> specific target?

A TARGET_OBJECT_FOO is generally OK for a single target.  So is the
remote packet.  You shouldn't need any new methods, though.

-- 
Daniel Jacobowitz
CodeSourcery


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