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: [PING] [RFC-v3] Add windows Thread Information Block


On Wed, Mar 10, 2010 at 11:22:51PM +0100, Pierre Muller wrote:
>   OK, I start to remember now,
> you said that TARGET_OBJECT_DATA should use xml syntax for 
> all data transmission, what that it?

My two cents... the issue isn't that you aren't using XML, but that
you're using TARGET_OBJECT_OSDATA.  That's for information about the
operating system, like the list of all running processes, not about
the current process.

Pedro, this raises an interesting question.  Suppose Pierre added a
new qXfer object.  How would he indicate to a remote target which
process's object was requested?  This may be something already
handled, but I don't know the answer.

-- 
Daniel Jacobowitz
CodeSourcery


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