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] Use sized types in tracepoint.


> From: Tom Tromey <tromey@redhat.com>
> Date: Fri, 16 Mar 2012 13:04:57 -0600
> 
> Mark> We have gnulib/stdint.h so using typedefs like int32_t should be ok.
> Mark> But I don't think we have support for the PRIxxx macros, so the
> Mark> changes to the printing code aren't ok I'm afraid.
> 
> The gnulib inttypes.h module defines these.

But unless I'm missing something, we don't have that module yet, so it
would have to be imported first.


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