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 v2] Tracing notes and metadata


On 11/17/2011 06:34 PM, Stan Shebs wrote:
> Here is the filled-in version of the tracing notes patch.  It's mostly the same as the previous version, with some additional fixup/cleanup prompted by actually running it through testsuite. :-)
> 
> I plan to commit this soon if no issues crop up.
> 

Hi Stan,

I'm having this error when building gdb for ppc 32-bit (using CFLAGS="-m32")

../../gdb.git/gdb/remote.c: In function ‘remote_get_tracepoint_status’:
../../gdb.git/gdb/remote.c:10252: error: format ‘%016llx’ expects type ‘long long unsigned int’, but argument 3 has type ‘long unsigned int’

Please correct me if I'm wrong, but it seems that copying utp->addr to a CORE_ADDR variable fixes this issue.

Thanks,
-- 
Edjunior


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