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]

New ARI warning Thu Jun 11 01:53:57 UTC 2015


238a239,240
> gdb/i386-tdep.c:8720: code: long long: Do not use 'long long', instead use LONGEST
gdb/i386-tdep.c:8720:  long long int size;
> gdb/i386-tdep.c:8755: code: %ll: Do not use printf(%ll), instead use printf(%s,phex()) to dump a 'long long' value
gdb/i386-tdep.c:8755:      ui_out_field_fmt (uiout, "size", "%lld", size);
394a397
> gdb/nat/linux-namespaces.c:28: regression: wait.h: Do not include wait.h or sys/wait.h, instead include gdb_wait.h
gdb/nat/linux-namespaces.c:28:#include <sys/wait.h>


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