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 Tue Sep 18 01:57:27 UTC 2012


179a180,184
> gdb/common/linux-ptrace.c:174: regression: strerror: Do not use strerror(), instead use safe_strerror()
gdb/common/linux-ptrace.c:174:	       strerror (errno));
> gdb/common/linux-ptrace.c:182: regression: strerror: Do not use strerror(), instead use safe_strerror()
gdb/common/linux-ptrace.c:182:	       strerror (errno));
> gdb/common/linux-ptrace.c:195: regression: strerror: Do not use strerror(), instead use safe_strerror()
gdb/common/linux-ptrace.c:195:		   (long) got_pid, strerror (errno));
> gdb/common/linux-ptrace.c:222: code: %p: Do not use printf(%p), instead use printf(%s,paddr()) to dump a target address, or host_address_to_string() for a host address
gdb/common/linux-ptrace.c:222:    warning (_("linux_ptrace_test_ret_to_nx: PC %p is neither near return "
> gdb/common/linux-ptrace.c:223: code: %p: Do not use printf(%p), instead use printf(%s,paddr()) to dump a target address, or host_address_to_string() for a host address
gdb/common/linux-ptrace.c:223:	       "address %p nor is the return instruction %p!"),


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