public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* New ARI warning Fri Jul  3 01:54:14 UTC 2015
@ 2015-07-03  1:54 GDB Administrator
  0 siblings, 0 replies; only message in thread
From: GDB Administrator @ 2015-07-03  1:54 UTC (permalink / raw)
  To: gdb-patches

384a385,392
> gdb/nat/linux-btrace.c:456: regression: strerror: Do not use strerror(), instead use safe_strerror()
gdb/nat/linux-btrace.c:456:      warning (_('), strerror (errno));
> gdb/nat/linux-btrace.c:464: regression: strerror: Do not use strerror(), instead use safe_strerror()
gdb/nat/linux-btrace.c:464:		   strerror (errno));
> gdb/nat/linux-btrace.c:472: regression: strerror: Do not use strerror(), instead use safe_strerror()
gdb/nat/linux-btrace.c:472:		   strerror (errno));
> gdb/nat/linux-btrace.c:483: regression: strerror: Do not use strerror(), instead use safe_strerror()
gdb/nat/linux-btrace.c:483:		   (long) pid, strerror (errno));
> gdb/nat/linux-btrace.c:519: regression: strerror: Do not use strerror(), instead use safe_strerror()
gdb/nat/linux-btrace.c:519:		   (long) pid, strerror (errno));
> gdb/nat/linux-btrace.c:645: code: long long: Do not use 'long long', instead use LONGEST
gdb/nat/linux-btrace.c:645:  unsigned long long size, pages, data_offset, data_size;
> gdb/nat/linux-btrace.c:677: code: long long: Do not use 'long long', instead use LONGEST
gdb/nat/linux-btrace.c:677:  pages = (((unsigned long long) conf->size) + PAGE_SIZE - 1) / PAGE_SIZE;
> gdb/nat/linux-btrace.c:698: code: long long: Do not use 'long long', instead use LONGEST
gdb/nat/linux-btrace.c:698:      if ((unsigned long long) length < size)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-07-03  1:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-03  1:54 New ARI warning Fri Jul 3 01:54:14 UTC 2015 GDB Administrator

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).