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 Sat Jan 10 01:54:00 UTC 2015


315a316
> gdb/linux-nat.c:1184: gettext: trailing new line: A message should not have a trailing new line
gdb/linux-nat.c:1184:	      warning (_("Cannot attach to lwp %d: %s\n"),
420a422,424
> gdb/nat/linux-procfs.c:215: gettext: trailing new line: A message should not have a trailing new line
gdb/nat/linux-procfs.c:215:      warning (_("Could not open /proc/%ld/task.\n"), (long) pid);
> gdb/nat/linux-ptrace.c:76: regression: strerror: Do not use strerror(), instead use safe_strerror()
gdb/nat/linux-ptrace.c:76:				strerror (err), err, warnings);
> gdb/nat/linux-ptrace.c:79: regression: strerror: Do not use strerror(), instead use safe_strerror()
gdb/nat/linux-ptrace.c:79:				strerror (err), err);
714d717
< gdb/tui/tui-hooks.c:266: deprecated: deprecated query_hook: Do not use deprecated query_hook, see declaration for details
gdb/tui/tui-hooks.c:266:  deprecated_query_hook = tui_query_hook;
759d761
< gdb/utils.c:1552: code: OP eol: Do not use &&, or || at the end of a line
gdb/utils.c:1552:      (c >= 0x7F && c < 0xA0) ||	 


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