This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[PATCH 0/2] Use sized types.
- From: Yao Qi <yao at codesourcery dot com>
- To: <gdb-patches at sourceware dot org>
- Date: Fri, 13 Apr 2012 10:40:23 +0800
- Subject: [PATCH 0/2] Use sized types.
Hi,
When reviewing "[PATCH] Use sized types in tracepoint"
(http://sourceware.org/ml/gdb-patches/2012-03/msg00604.html), it is suggested
to import gnulib module inttypes, and use inttypes.h from it. Patch 1 is
to import gnulib module inttypes, and patch 2 is about using these types and
macros in gdbserver/tracepoint.c.