This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
New ARI warning Fri Jun 4 01:57:26 UTC 2010
- From: GDB Administrator <gdbadmin at sourceware dot org>
- To: gdb-patches at sourceware dot org
- Date: Fri, 4 Jun 2010 01:57:26 +0000
- Subject: New ARI warning Fri Jun 4 01:57:26 UTC 2010
1120d1119
< gdb/remote.c:449: gettext: trailing new line: A message should not have a trailing new line
gdb/remote.c:449: error (_("invalid qRelocInsn packet: %s\n"), buf);
1173,1174d1171
< gdb/remote.h:64: deprecated: deprecated target_resume_hook: Do not use deprecated target_resume_hook, see declaration for details
gdb/remote.h:64:extern void (*deprecated_target_resume_hook) (void);
< gdb/remote.h:65: deprecated: deprecated target_wait_loop_hook: Do not use deprecated target_wait_loop_hook, see declaration for details
gdb/remote.h:65:extern void (*deprecated_target_wait_loop_hook) (void);
1612a1610,1611
> gdb/windows-nat.c:2627: code: editCase function: Function name starts lower case but has uppercased letters.
gdb/windows-nat.c:2627:bad_GetCurrentConsoleFont (HANDLE w, BOOL bMaxWindow, CONSOLE_FONT_INFO *f)
> gdb/windows-nat.c:2633: code: editCase function: Function name starts lower case but has uppercased letters.
gdb/windows-nat.c:2633:bad_GetConsoleFontSize (HANDLE w, DWORD nFont)