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] gdb: add callback defines for new ARGV handling


On Thursday 06 January 2011 05:15:08 Mike Frysinger wrote:
> The common sim code has slightly unfinished support for these already,
> but even arch ports are unable to handle these if the common header does
> not define them.  This is because the generated callback header includes
> simple common gdb/sim headers only which causes it to skip the new ARGV
> syscalls.  Plus, it isn't like providing these in the common header will
> break any sim targets which don't want them.

i've merged this as the gdb/callback.h should be in sync with the libgloss 
syscalls.  if we decide to drop stuff from libgloss, we can do it in both 
places.  but for now, this makes argv passing work in the Blackfin sim and 
libgloss/newlib targets.
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.


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