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 Wed May 5 10:52:17 RDT 2010 in


210d209
< gdb/config/i386/nm-i386sol2.h:30: macro: nm CANNOT_STEP_HW_WATCHPOINTS: Do not define macros such as CANNOT_STEP_HW_WATCHPOINTS in a tm, nm or xm file, in fact do not provide a tm, nm or xm file
gdb/config/i386/nm-i386sol2.h:30:#define CANNOT_STEP_HW_WATCHPOINTS
266,267d264
< gdb/defs.h:119: code: long long: Do not use 'long long', instead use LONGEST
gdb/defs.h:119:#define LONGEST long long
< gdb/defs.h:120: code: long long: Do not use 'long long', instead use LONGEST
gdb/defs.h:120:#define ULONGEST unsigned long long
422,423d418
< gdb/go32-nat.c:2050: code: %ll: Do not use printf(%ll), instead use printf(%s,phex()) to dump a 'long long' value
gdb/go32-nat.c:2050:      printf_filtered ("Page Table entry for address 0x%llx:\n",
< gdb/go32-nat.c:2051: code: long long: Do not use 'long long', instead use LONGEST
gdb/go32-nat.c:2051:		       (unsigned long long)addr);
501a497
> gdb/i386-linux-nat.c:973: code: long long: Do not use 'long long', instead use LONGEST
gdb/i386-linux-nat.c:973:			     / sizeof (long long))];
678d673
< gdb/linux-nat.c:4029: code: %ll: Do not use printf(%ll), instead use printf(%s,phex()) to dump a 'long long' value
gdb/linux-nat.c:4029:  int ret = fscanf (mapfile, "%llx-%llx %s %llx %s %llx",
682d676
< gdb/linux-nat.c:4089: code: %ll: Do not use printf(%ll), instead use printf(%s,phex()) to dump a 'long long' value
gdb/linux-nat.c:4089:			    "Save segment, %lld bytes at %s (%c%c%c)",
748,749d741
< gdb/m32c-tdep.c:2431: gettext: _ markup: All messages should be marked up with _.
gdb/m32c-tdep.c:2431:        error ("Cannot convert code address %s to function pointer:\n"
< gdb/m32c-tdep.c:2448: gettext: _ markup: All messages should be marked up with _.
gdb/m32c-tdep.c:2448:        error ("Cannot convert code address %s to function pointer:\n"
1077a1070
> gdb/procfs.c:4090: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/procfs.c:4090:      sprintf (name, ', pi->pid, map->pr_mapname);
1105d1097
< gdb/procfs.c:5659: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/procfs.c:5659:      sprintf (name, ', pi->pid, map->pr_mapname);
1108d1099
< gdb/python/py-frame.c:54: gettext: _ markup: All messages should be marked up with _.
gdb/python/py-frame.c:54:	error ("Frame is invalid.");			\
1141d1131
< gdb/remote.c:437: code: OP eol: Do not use &&, or || at the end of a line
gdb/remote.c:437:      else if (buf[0] == '.' &&
1152d1141
< gdb/remote.c:2453: regression: strdup: Do not use strdup(), instead use xstrdup()
gdb/remote.c:2453:    VEC_last (thread_item_t, data->items)->extra = strdup (body_text);
1202d1190
< gdb/rs6000-nat.c:203: code: %ll: Do not use printf(%ll), instead use printf(%s,phex()) to dump a 'long long' value
gdb/rs6000-nat.c:203:  printf ("rs6000_ptrace64 (%d, %d, 0x%llx, %08x, 0x%x) = 0x%x\n",
1281,1287d1268
< gdb/sh64-tdep.c:1336: code: long long: Do not use 'long long', instead use LONGEST
gdb/sh64-tdep.c:1336:     (long long) get_frame_register_unsigned (frame, SR_REGNUM));
< gdb/sh64-tdep.c:1340: code: long long: Do not use 'long long', instead use LONGEST
gdb/sh64-tdep.c:1340:     (long long) get_frame_register_unsigned (frame, SSR_REGNUM),
< gdb/sh64-tdep.c:1341: code: long long: Do not use 'long long', instead use LONGEST
gdb/sh64-tdep.c:1341:     (long long) get_frame_register_unsigned (frame, SPC_REGNUM));
< gdb/sh64-tdep.c:1350: code: long long: Do not use 'long long', instead use LONGEST
gdb/sh64-tdep.c:1350:      (long long) get_frame_register_unsigned (frame, i + 0),
< gdb/sh64-tdep.c:1351: code: long long: Do not use 'long long', instead use LONGEST
gdb/sh64-tdep.c:1351:      (long long) get_frame_register_unsigned (frame, i + 1),
< gdb/sh64-tdep.c:1352: code: long long: Do not use 'long long', instead use LONGEST
gdb/sh64-tdep.c:1352:      (long long) get_frame_register_unsigned (frame, i + 2),
< gdb/sh64-tdep.c:1353: code: long long: Do not use 'long long', instead use LONGEST
gdb/sh64-tdep.c:1353:      (long long) get_frame_register_unsigned (frame, i + 3));
1318,1328d1298
< gdb/solib-pa64.c:496: code: %ll: Do not use printf(%ll), instead use printf(%s,phex()) to dump a 'long long' value
gdb/solib-pa64.c:496:	printf ("    text_base = 0x%llx\n", d->text_base); 
< gdb/solib-pa64.c:497: code: %ll: Do not use printf(%ll), instead use printf(%s,phex()) to dump a 'long long' value
gdb/solib-pa64.c:497:	printf ("    text_size = 0x%llx\n", d->text_size); 
< gdb/solib-pa64.c:498: code: %ll: Do not use printf(%ll), instead use printf(%s,phex()) to dump a 'long long' value
gdb/solib-pa64.c:498:	printf ("    data_base = 0x%llx\n", d->data_base); 
< gdb/solib-pa64.c:499: code: %ll: Do not use printf(%ll), instead use printf(%s,phex()) to dump a 'long long' value
gdb/solib-pa64.c:499:	printf ("    data_size = 0x%llx\n", d->data_size); 
< gdb/solib-pa64.c:500: code: %ll: Do not use printf(%ll), instead use printf(%s,phex()) to dump a 'long long' value
gdb/solib-pa64.c:500:	printf ("    unwind_base = 0x%llx\n", d->unwind_base); 
< gdb/solib-pa64.c:501: code: %ll: Do not use printf(%ll), instead use printf(%s,phex()) to dump a 'long long' value
gdb/solib-pa64.c:501:	printf ("    linkage_ptr = 0x%llx\n", d->linkage_ptr); 
< gdb/solib-pa64.c:502: code: %ll: Do not use printf(%ll), instead use printf(%s,phex()) to dump a 'long long' value
gdb/solib-pa64.c:502:	printf ("    phdr_base = 0x%llx\n", d->phdr_base); 
< gdb/solib-pa64.c:503: code: %ll: Do not use printf(%ll), instead use printf(%s,phex()) to dump a 'long long' value
gdb/solib-pa64.c:503:	printf ("    tls_size = 0x%llx\n", d->tls_size); 
< gdb/solib-pa64.c:504: code: %ll: Do not use printf(%ll), instead use printf(%s,phex()) to dump a 'long long' value
gdb/solib-pa64.c:504:	printf ("    tls_start_addr = 0x%llx\n", d->tls_start_addr); 
< gdb/solib-pa64.c:505: code: %ll: Do not use printf(%ll), instead use printf(%s,phex()) to dump a 'long long' value
gdb/solib-pa64.c:505:	printf ("    unwind_size = 0x%llx\n", d->unwind_size); 
< gdb/solib-pa64.c:506: code: %ll: Do not use printf(%ll), instead use printf(%s,phex()) to dump a 'long long' value
gdb/solib-pa64.c:506:	printf ("    tls_index = 0x%llx\n", d->tls_index); 
1337,1338d1306
< gdb/solib-spu.c:156: code: %ll: Do not use printf(%ll), instead use printf(%s,phex()) to dump a 'long long' value
gdb/solib-spu.c:156:      if (sscanf (id, "0x%llx", &addr) != 1 || !addr)
< gdb/solib-spu.c:164: code: %ll: Do not use printf(%ll), instead use printf(%s,phex()) to dump a 'long long' value
gdb/solib-spu.c:164:      xsnprintf (new->so_name, sizeof new->so_name, "@0x%llx <%d>", addr, fd);
1340d1307
< gdb/solib-spu.c:203: code: %ll: Do not use printf(%ll), instead use printf(%s,phex()) to dump a 'long long' value
gdb/solib-spu.c:203:      if (sscanf (so->so_original_name, "@0x%llx <%d>", &addr, &fd) != 2)
1342d1308
< gdb/solib-spu.c:296: code: %ll: Do not use printf(%ll), instead use printf(%s,phex()) to dump a 'long long' value
gdb/solib-spu.c:296:  if (sscanf (original_name, "@0x%llx <%d>", &addr, &fd) != 2)
1363a1330
> gdb/solib-svr4.c:295: code: UCASE function: Function name is uppercase.
gdb/solib-svr4.c:295:IGNORE_FIRST_LINK_MAP_ENTRY (struct so_list *so)
1419d1385
< gdb/symfile.c:2294: deprecated: deprecated ibm6000_target: Do not use deprecated ibm6000_target, see declaration for details
gdb/symfile.c:2294:#ifdef DEPRECATED_IBM6000_TARGET
1494d1459
< gdb/tracepoint.c:685: code: OP eol: Do not use &&, or || at the end of a line
gdb/tracepoint.c:685:      if (*p == '.' ||
1497a1463
> gdb/tracepoint.c:1079: gettext: trailing new line: A message should not have a trailing new line
gdb/tracepoint.c:1079:	  warning (_("Can't collect args; no symbol table info available.\n"));
1520a1487,1489
> gdb/tracepoint.c:3918: gettext: _ markup: All messages should be marked up with _.
gdb/tracepoint.c:3918:	  error ("Unknown block type '%c' (0x%x) in traceframe",
> gdb/tracepoint.c:3936: code: OP eol: Do not use &&, or || at the end of a line
gdb/tracepoint.c:3936:	  if ((s->flags & SEC_LOAD) == 0 ||
> gdb/tracepoint.c:4014: gettext: _ markup: All messages should be marked up with _.
gdb/tracepoint.c:4014:	  error ("Unknown block type '%c' (0x%x) in traceframe",
1539d1507
< gdb/tui/tui-out.c:225: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/tui/tui-out.c:225:  sprintf (buffer, ', value);


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