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] printf "%p" gdb internal error fix


> From: Andreas Schwab <schwab@suse.de>
> Cc: mark.kettenis@xs4all.nl, jan.kratochvil@redhat.com,
> 	gdb-patches@sourceware.org
> Date: Sat, 15 Sep 2007 16:54:51 +0200
> 
> Daniel Jacobowitz <drow@false.org> writes:
> 
> > Of the exceptions you've found, * and n are present in C89.  1$,
> > ', hh, j, t, z, a, and A are not (actually I can't find a reference
> > for a/A; what do they do?).
> 
> %a/%A is for printing floating point in hexadecimal (a C99 feature).

Yes, and the type modifiers Daniel mentioned above (hh, j, etc.) are
also from C99, AFAIR.


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