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 Jan 14 02:09:16 UTC 2015 in gdb-7.9-branch


16d15
< gdb/alpha-nat.c:210: deprecated: deprecated add_core_fns: Do not use deprecated add_core_fns, see declaration for details
gdb/alpha-nat.c:210:  deprecated_add_core_fns (&alpha_osf_core_fns);
35,41d33
< gdb/breakpoint.c:15196: deprecated: deprecated insert_raw_breakpoint: Do not use deprecated insert_raw_breakpoint, see declaration for details
gdb/breakpoint.c:15196:deprecated_insert_raw_breakpoint (struct gdbarch *gdbarch,
< gdb/breakpoint.c:15238: deprecated: deprecated remove_raw_breakpoint: Do not use deprecated remove_raw_breakpoint, see declaration for details
gdb/breakpoint.c:15238:deprecated_remove_raw_breakpoint (struct gdbarch *gdbarch, void *bp)
< gdb/breakpoint.c:15298: deprecated: deprecated insert_raw_breakpoint: Do not use deprecated insert_raw_breakpoint, see declaration for details
gdb/breakpoint.c:15298:  *bpt_p = deprecated_insert_raw_breakpoint (gdbarch, aspace, next_pc);
< gdb/breakpoint.c:15323: deprecated: deprecated remove_raw_breakpoint: Do not use deprecated remove_raw_breakpoint, see declaration for details
gdb/breakpoint.c:15323:  deprecated_remove_raw_breakpoint (single_step_gdbarch[0],
< gdb/breakpoint.c:15330: deprecated: deprecated remove_raw_breakpoint: Do not use deprecated remove_raw_breakpoint, see declaration for details
gdb/breakpoint.c:15330:      deprecated_remove_raw_breakpoint (single_step_gdbarch[1],
< gdb/breakpoint.h:1458: deprecated: deprecated insert_raw_breakpoint: Do not use deprecated insert_raw_breakpoint, see declaration for details
gdb/breakpoint.h:1458:extern void *deprecated_insert_raw_breakpoint (struct gdbarch *,
< gdb/breakpoint.h:1461: deprecated: deprecated remove_raw_breakpoint: Do not use deprecated remove_raw_breakpoint, see declaration for details
gdb/breakpoint.h:1461:extern int deprecated_remove_raw_breakpoint (struct gdbarch *, void *);
89a82,86
> gdb/common/common-types.h:28: code: long long: Do not use 'long long', instead use LONGEST
gdb/common/common-types.h:28:typedef unsigned long long CORE_ADDR;
> gdb/common/common-types.h:30: code: long long: Do not use 'long long', instead use LONGEST
gdb/common/common-types.h:30:typedef long long LONGEST;
> gdb/common/common-types.h:31: code: long long: Do not use 'long long', instead use LONGEST
gdb/common/common-types.h:31:typedef unsigned long long ULONGEST;
> gdb/common/common-types.h:52: code: long long: Do not use 'long long', instead use LONGEST
gdb/common/common-types.h:52:typedef long long LONGEST;
> gdb/common/common-types.h:53: code: long long: Do not use 'long long', instead use LONGEST
gdb/common/common-types.h:53:typedef unsigned long long ULONGEST;
91,128d87
< gdb/common/linux-btrace.c:279: regression: strerror: Do not use strerror(), instead use safe_strerror()
gdb/common/linux-btrace.c:279:      warning (_('), strerror (errno));
< gdb/common/linux-btrace.c:287: regression: strerror: Do not use strerror(), instead use safe_strerror()
gdb/common/linux-btrace.c:287:		   strerror (errno));
< gdb/common/linux-btrace.c:295: regression: strerror: Do not use strerror(), instead use safe_strerror()
gdb/common/linux-btrace.c:295:		   strerror (errno));
< gdb/common/linux-btrace.c:306: regression: strerror: Do not use strerror(), instead use safe_strerror()
gdb/common/linux-btrace.c:306:		   (long) pid, strerror (errno));
< gdb/common/linux-btrace.c:338: regression: strerror: Do not use strerror(), instead use safe_strerror()
gdb/common/linux-btrace.c:338:		   (long) pid, strerror (errno));
< gdb/common/linux-osdata.c:49: regression: strlen d_name: Do not use strlen dirent.d_name, instead use NAMELEN
gdb/common/linux-osdata.c:49:#define NAMELEN(dirent) strlen ((dirent)->d_name)
< gdb/common/linux-osdata.c:55: code: long long: Do not use 'long long', instead use LONGEST
gdb/common/linux-osdata.c:55:typedef long long  PID_T;
< gdb/common/linux-osdata.c:60: code: long long: Do not use 'long long', instead use LONGEST
gdb/common/linux-osdata.c:60:typedef long long TIME_T;
< gdb/common/linux-osdata.c:80: code: %ll: Do not use printf(%ll), instead use printf(%s,phex()) to dump a 'long long' value
gdb/common/linux-osdata.c:80:  sprintf (filename, "/proc/%lld/task/%lld/stat",
gdb/common/linux-osdata.c:80:  sprintf (filename, ',
< gdb/common/linux-osdata.c:80: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/common/linux-osdata.c:80:  sprintf (filename, "/proc/%lld/task/%lld/stat",
gdb/common/linux-osdata.c:80:  sprintf (filename, ',
< gdb/common/linux-osdata.c:127: code: %ll: Do not use printf(%ll), instead use printf(%s,phex()) to dump a 'long long' value
gdb/common/linux-osdata.c:127:  char *stat_path = xstrprintf ("/proc/%lld/stat", pid); 
< gdb/common/linux-osdata.c:152: code: %ll: Do not use printf(%ll), instead use printf(%s,phex()) to dump a 'long long' value
gdb/common/linux-osdata.c:152:      snprintf (command, maxlen, "%lld", pid);
< gdb/common/linux-osdata.c:166: code: %ll: Do not use printf(%ll), instead use printf(%s,phex()) to dump a 'long long' value
gdb/common/linux-osdata.c:166:  char *pathname = xstrprintf ("/proc/%lld/cmdline", pid);
< gdb/common/linux-osdata.c:246: code: %ll: Do not use printf(%ll), instead use printf(%s,phex()) to dump a 'long long' value
gdb/common/linux-osdata.c:246:  sprintf (procentry, "/proc/%lld", pid);
gdb/common/linux-osdata.c:246:  sprintf (procentry, ', pid);
< gdb/common/linux-osdata.c:246: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/common/linux-osdata.c:246:  sprintf (procentry, "/proc/%lld", pid);
gdb/common/linux-osdata.c:246:  sprintf (procentry, ', pid);
< gdb/common/linux-osdata.c:268: code: %ll: Do not use printf(%ll), instead use printf(%s,phex()) to dump a 'long long' value
gdb/common/linux-osdata.c:268:  sprintf (taskdir, "/proc/%lld/task", pid);
gdb/common/linux-osdata.c:268:  sprintf (taskdir, ', pid);
< gdb/common/linux-osdata.c:268: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/common/linux-osdata.c:268:  sprintf (taskdir, "/proc/%lld/task", pid);
gdb/common/linux-osdata.c:268:  sprintf (taskdir, ', pid);
< gdb/common/linux-osdata.c:357: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/common/linux-osdata.c:357:		    sprintf (core_str, ', i);
< gdb/common/linux-osdata.c:370: code: %ll: Do not use printf(%ll), instead use printf(%s,phex()) to dump a 'long long' value
gdb/common/linux-osdata.c:370:		  "<column name=\"pid\">%lld</column>"
< gdb/common/linux-osdata.c:522: code: %ll: Do not use printf(%ll), instead use printf(%s,phex()) to dump a 'long long' value
gdb/common/linux-osdata.c:522:		  "<column name=\"pgid\">%lld</column>"
< gdb/common/linux-osdata.c:524: code: %ll: Do not use printf(%ll), instead use printf(%s,phex()) to dump a 'long long' value
gdb/common/linux-osdata.c:524:		  "<column name=\"pid\">%lld</column>"
< gdb/common/linux-osdata.c:596: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/common/linux-osdata.c:596:	      sprintf (procentry, ', dp->d_name);
< gdb/common/linux-osdata.c:631: code: %ll: Do not use printf(%ll), instead use printf(%s,phex()) to dump a 'long long' value
gdb/common/linux-osdata.c:631:			    "<column name=\"pid\">%lld</column>"
< gdb/common/linux-osdata.c:633: code: %ll: Do not use printf(%ll), instead use printf(%s,phex()) to dump a 'long long' value
gdb/common/linux-osdata.c:633:			    "<column name=\"tid\">%lld</column>"
< gdb/common/linux-osdata.c:710: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/common/linux-osdata.c:710:	      sprintf (procentry, ', dp->d_name);
< gdb/common/linux-osdata.c:1102: code: %ll: Do not use printf(%ll), instead use printf(%s,phex()) to dump a 'long long' value
gdb/common/linux-osdata.c:1102:				       "%d %d %o %d %lld %lld %d %u %u %u %u %lld %lld %lld",
< gdb/common/linux-osdata.c:1229: code: %ll: Do not use printf(%ll), instead use printf(%s,phex()) to dump a 'long long' value
gdb/common/linux-osdata.c:1229:				       "%d %d %o %u %d %d %d %d %lld %lld",
< gdb/common/linux-osdata.c:1342: code: %ll: Do not use printf(%ll), instead use printf(%s,phex()) to dump a 'long long' value
gdb/common/linux-osdata.c:1342:				       "%d %d %o %u %u %lld %lld %d %d %d %d %lld %lld %lld",
< gdb/common/linux-osdata.c:1460: code: long long: Do not use 'long long', instead use LONGEST
gdb/common/linux-osdata.c:1460:		  unsigned long long address;
< gdb/common/linux-osdata.c:1501: code: %ll: Do not use printf(%ll), instead use printf(%s,phex()) to dump a 'long long' value
gdb/common/linux-osdata.c:1501:			"<column name=\"address\">%llx</column>"
< gdb/common/linux-ptrace.c:91: regression: strerror: Do not use strerror(), instead use safe_strerror()
gdb/common/linux-ptrace.c:91:	       strerror (errno));
< gdb/common/linux-ptrace.c:103: regression: strerror: Do not use strerror(), instead use safe_strerror()
gdb/common/linux-ptrace.c:103:	       strerror (errno));
< gdb/common/linux-ptrace.c:111: regression: strerror: Do not use strerror(), instead use safe_strerror()
gdb/common/linux-ptrace.c:111:		 strerror (errno));
< gdb/common/linux-ptrace.c:141: regression: strerror: Do not use strerror(), instead use safe_strerror()
gdb/common/linux-ptrace.c:141:	       (long) got_pid, strerror (errno));
< gdb/common/linux-ptrace.c:185: regression: strerror: Do not use strerror(), instead use safe_strerror()
gdb/common/linux-ptrace.c:185:	       strerror (errno));
< gdb/common/linux-ptrace.c:200: regression: strerror: Do not use strerror(), instead use safe_strerror()
gdb/common/linux-ptrace.c:200:	       (long) got_pid, strerror (errno));
< gdb/common/linux-ptrace.c:226: 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:226:    warning (_("linux_ptrace_test_ret_to_nx: PC %p is neither near return "
< gdb/common/linux-ptrace.c:227: 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:227:	       "address %p nor is the return instruction %p!"),
131,133d89
< gdb/config/alpha/nm-osf3.h:23: macro: nm START_INFERIOR_TRAPS_EXPECTED: Do not define macros such as START_INFERIOR_TRAPS_EXPECTED in a tm, nm or xm file, in fact do not provide a tm, nm or xm file
gdb/config/alpha/nm-osf3.h:23:#define START_INFERIOR_TRAPS_EXPECTED 2
< gdb/config/alpha/nm-osf3.h:32: macro: nm PROCFS_DONT_TRACE_FAULTS: Do not define macros such as PROCFS_DONT_TRACE_FAULTS in a tm, nm or xm file, in fact do not provide a tm, nm or xm file
gdb/config/alpha/nm-osf3.h:32:#define PROCFS_DONT_TRACE_FAULTS
< gdb/config/alpha/nm-osf3.h:35: macro: nm PROCFS_NEED_CLEAR_CURSIG_FOR_KILL: Do not define macros such as PROCFS_NEED_CLEAR_CURSIG_FOR_KILL in a tm, nm or xm file, in fact do not provide a tm, nm or xm file
gdb/config/alpha/nm-osf3.h:35:#define PROCFS_NEED_CLEAR_CURSIG_FOR_KILL
153a110,113
> gdb/d-exp.y:535: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/d-exp.y:535:		      sprintf (buf, ',
> gdb/d-exp.y:1063: code: OP eol: Do not use &&, or || at the end of a line
gdb/d-exp.y:1063:          if (innermost_block == 0 ||
> gdb/d-exp.y:1080: code: OP eol: Do not use &&, or || at the end of a line
gdb/d-exp.y:1080:      if (innermost_block == 0 ||
> gdb/d-exp.y:1444: code: OP eol: Do not use &&, or || at the end of a line
gdb/d-exp.y:1444:	    else if ((*p < '.' || *p > '.') && (*p != '.') &&
271d230
< gdb/i386-linux-nat.c:1043: code: long long: Do not use 'long long', instead use LONGEST
gdb/i386-linux-nat.c:1043:			     / sizeof (long long))];
307d265
< gdb/infcmd.c:1206: code: OP eol: Do not use &&, or || at the end of a line
gdb/infcmd.c:1206:      if (section_is_overlay (SYMBOL_OBJ_SECTION (SYMBOL_OBJFILE (sfn), sfn)) &&
342d299
< gdb/irix5-nat.c:273: deprecated: deprecated add_core_fns: Do not use deprecated add_core_fns, see declaration for details
gdb/irix5-nat.c:273:  deprecated_add_core_fns (&irix5_core_fns);
359,360d315
< gdb/linux-nat.c:4077: code: if assignment: An IF statement's expression contains an assignment (the GNU coding standard discourages this)
gdb/linux-nat.c:4077:  if (core_regset_p      && (regset = gdbarch_regset_from_core_section (gdbarch, ',						     sizeof (gregs)))	 != NULL && regset->collect_regset != NULL)
< gdb/linux-nat.c:4089: code: if assignment: An IF statement's expression contains an assignment (the GNU coding standard discourages this)
gdb/linux-nat.c:4089:  if (core_regset_p      && (regset = gdbarch_regset_from_core_section (gdbarch, ',						     sizeof (fpregs)))	  != NULL && regset->collect_regset != NULL)
374d328
< gdb/m68klinux-nat.c:612: deprecated: deprecated add_core_fns: Do not use deprecated add_core_fns, see declaration for details
gdb/m68klinux-nat.c:612:  deprecated_add_core_fns (&linux_elf_core_fns);
436a391,430
> gdb/nat/linux-btrace.c:265: regression: strerror: Do not use strerror(), instead use safe_strerror()
gdb/nat/linux-btrace.c:265:      warning (_('), strerror (errno));
> gdb/nat/linux-btrace.c:273: regression: strerror: Do not use strerror(), instead use safe_strerror()
gdb/nat/linux-btrace.c:273:		   strerror (errno));
> gdb/nat/linux-btrace.c:281: regression: strerror: Do not use strerror(), instead use safe_strerror()
gdb/nat/linux-btrace.c:281:		   strerror (errno));
> gdb/nat/linux-btrace.c:292: regression: strerror: Do not use strerror(), instead use safe_strerror()
gdb/nat/linux-btrace.c:292:		   (long) pid, strerror (errno));
> gdb/nat/linux-btrace.c:324: regression: strerror: Do not use strerror(), instead use safe_strerror()
gdb/nat/linux-btrace.c:324:		   (long) pid, strerror (errno));
> gdb/nat/linux-osdata.c:41: regression: strlen d_name: Do not use strlen dirent.d_name, instead use NAMELEN
gdb/nat/linux-osdata.c:41:#define NAMELEN(dirent) strlen ((dirent)->d_name)
> gdb/nat/linux-osdata.c:47: code: long long: Do not use 'long long', instead use LONGEST
gdb/nat/linux-osdata.c:47:typedef long long  PID_T;
> gdb/nat/linux-osdata.c:52: code: long long: Do not use 'long long', instead use LONGEST
gdb/nat/linux-osdata.c:52:typedef long long TIME_T;
> gdb/nat/linux-osdata.c:72: code: %ll: Do not use printf(%ll), instead use printf(%s,phex()) to dump a 'long long' value
gdb/nat/linux-osdata.c:72:  sprintf (filename, "/proc/%lld/task/%lld/stat",
gdb/nat/linux-osdata.c:72:  sprintf (filename, ',
> gdb/nat/linux-osdata.c:72: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/nat/linux-osdata.c:72:  sprintf (filename, "/proc/%lld/task/%lld/stat",
gdb/nat/linux-osdata.c:72:  sprintf (filename, ',
> gdb/nat/linux-osdata.c:119: code: %ll: Do not use printf(%ll), instead use printf(%s,phex()) to dump a 'long long' value
gdb/nat/linux-osdata.c:119:  char *stat_path = xstrprintf ("/proc/%lld/stat", pid); 
> gdb/nat/linux-osdata.c:144: code: %ll: Do not use printf(%ll), instead use printf(%s,phex()) to dump a 'long long' value
gdb/nat/linux-osdata.c:144:      snprintf (command, maxlen, "%lld", pid);
> gdb/nat/linux-osdata.c:158: code: %ll: Do not use printf(%ll), instead use printf(%s,phex()) to dump a 'long long' value
gdb/nat/linux-osdata.c:158:  char *pathname = xstrprintf ("/proc/%lld/cmdline", pid);
> gdb/nat/linux-osdata.c:238: code: %ll: Do not use printf(%ll), instead use printf(%s,phex()) to dump a 'long long' value
gdb/nat/linux-osdata.c:238:  sprintf (procentry, "/proc/%lld", pid);
gdb/nat/linux-osdata.c:238:  sprintf (procentry, ', pid);
> gdb/nat/linux-osdata.c:238: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/nat/linux-osdata.c:238:  sprintf (procentry, "/proc/%lld", pid);
gdb/nat/linux-osdata.c:238:  sprintf (procentry, ', pid);
> gdb/nat/linux-osdata.c:260: code: %ll: Do not use printf(%ll), instead use printf(%s,phex()) to dump a 'long long' value
gdb/nat/linux-osdata.c:260:  sprintf (taskdir, "/proc/%lld/task", pid);
gdb/nat/linux-osdata.c:260:  sprintf (taskdir, ', pid);
> gdb/nat/linux-osdata.c:260: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/nat/linux-osdata.c:260:  sprintf (taskdir, "/proc/%lld/task", pid);
gdb/nat/linux-osdata.c:260:  sprintf (taskdir, ', pid);
> gdb/nat/linux-osdata.c:349: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/nat/linux-osdata.c:349:		    sprintf (core_str, ', i);
> gdb/nat/linux-osdata.c:362: code: %ll: Do not use printf(%ll), instead use printf(%s,phex()) to dump a 'long long' value
gdb/nat/linux-osdata.c:362:		  "<column name=\"pid\">%lld</column>"
> gdb/nat/linux-osdata.c:514: code: %ll: Do not use printf(%ll), instead use printf(%s,phex()) to dump a 'long long' value
gdb/nat/linux-osdata.c:514:		  "<column name=\"pgid\">%lld</column>"
> gdb/nat/linux-osdata.c:516: code: %ll: Do not use printf(%ll), instead use printf(%s,phex()) to dump a 'long long' value
gdb/nat/linux-osdata.c:516:		  "<column name=\"pid\">%lld</column>"
> gdb/nat/linux-osdata.c:588: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/nat/linux-osdata.c:588:	      sprintf (procentry, ', dp->d_name);
> gdb/nat/linux-osdata.c:623: code: %ll: Do not use printf(%ll), instead use printf(%s,phex()) to dump a 'long long' value
gdb/nat/linux-osdata.c:623:			    "<column name=\"pid\">%lld</column>"
> gdb/nat/linux-osdata.c:625: code: %ll: Do not use printf(%ll), instead use printf(%s,phex()) to dump a 'long long' value
gdb/nat/linux-osdata.c:625:			    "<column name=\"tid\">%lld</column>"
> gdb/nat/linux-osdata.c:702: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/nat/linux-osdata.c:702:	      sprintf (procentry, ', dp->d_name);
> gdb/nat/linux-osdata.c:1094: code: %ll: Do not use printf(%ll), instead use printf(%s,phex()) to dump a 'long long' value
gdb/nat/linux-osdata.c:1094:				       "%d %d %o %d %lld %lld %d %u %u %u %u %lld %lld %lld",
> gdb/nat/linux-osdata.c:1221: code: %ll: Do not use printf(%ll), instead use printf(%s,phex()) to dump a 'long long' value
gdb/nat/linux-osdata.c:1221:				       "%d %d %o %u %d %d %d %d %lld %lld",
> gdb/nat/linux-osdata.c:1334: code: %ll: Do not use printf(%ll), instead use printf(%s,phex()) to dump a 'long long' value
gdb/nat/linux-osdata.c:1334:				       "%d %d %o %u %u %lld %lld %d %d %d %d %lld %lld %lld",
> gdb/nat/linux-osdata.c:1452: code: long long: Do not use 'long long', instead use LONGEST
gdb/nat/linux-osdata.c:1452:		  unsigned long long address;
> gdb/nat/linux-osdata.c:1493: code: %ll: Do not use printf(%ll), instead use printf(%s,phex()) to dump a 'long long' value
gdb/nat/linux-osdata.c:1493:			"<column name=\"address\">%llx</column>"
> 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);
> gdb/nat/linux-ptrace.c:114: regression: strerror: Do not use strerror(), instead use safe_strerror()
gdb/nat/linux-ptrace.c:114:	       strerror (errno));
> gdb/nat/linux-ptrace.c:126: regression: strerror: Do not use strerror(), instead use safe_strerror()
gdb/nat/linux-ptrace.c:126:	       strerror (errno));
> gdb/nat/linux-ptrace.c:134: regression: strerror: Do not use strerror(), instead use safe_strerror()
gdb/nat/linux-ptrace.c:134:		 strerror (errno));
> gdb/nat/linux-ptrace.c:164: regression: strerror: Do not use strerror(), instead use safe_strerror()
gdb/nat/linux-ptrace.c:164:	       (long) got_pid, strerror (errno));
> gdb/nat/linux-ptrace.c:208: regression: strerror: Do not use strerror(), instead use safe_strerror()
gdb/nat/linux-ptrace.c:208:	       strerror (errno));
> gdb/nat/linux-ptrace.c:223: regression: strerror: Do not use strerror(), instead use safe_strerror()
gdb/nat/linux-ptrace.c:223:	       (long) got_pid, strerror (errno));
> gdb/nat/linux-ptrace.c:249: 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/nat/linux-ptrace.c:249:    warning (_("linux_ptrace_test_ret_to_nx: PC %p is neither near return "
> gdb/nat/linux-ptrace.c:250: 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/nat/linux-ptrace.c:250:	       "address %p nor is the return instruction %p!"),
505,506d498
< gdb/procfs.c:3396: deprecated: deprecated remove_raw_breakpoint: Do not use deprecated remove_raw_breakpoint, see declaration for details
gdb/procfs.c:3396:  if (deprecated_remove_raw_breakpoint (target_gdbarch (), dbx_link_bpt) != 0)
< gdb/procfs.c:3469: deprecated: deprecated insert_raw_breakpoint: Do not use deprecated insert_raw_breakpoint, see declaration for details
gdb/procfs.c:3469:      dbx_link_bpt = deprecated_insert_raw_breakpoint (target_gdbarch (), NULL,
519d510
< gdb/procfs.c:4350: deprecated: deprecated remove_raw_breakpoint: Do not use deprecated remove_raw_breakpoint, see declaration for details
gdb/procfs.c:4350:      deprecated_remove_raw_breakpoint (target_gdbarch (), dbx_link_bpt);
571d561
< gdb/remote.c:2534: code: if assignment: An IF statement's expression contains an assignment (the GNU coding standard discourages this)
gdb/remote.c:2534:	if (!(result = (*stepfunction) (&rs->resultthreadlist[i++], context)))
583,584d572
< gdb/rs6000-nat.c:556: deprecated: deprecated insert_raw_breakpoint: Do not use deprecated insert_raw_breakpoint, see declaration for details
gdb/rs6000-nat.c:556:  bp = deprecated_insert_raw_breakpoint (gdbarch, NULL, DUMMY_INSN_ADDR);
< gdb/rs6000-nat.c:582: deprecated: deprecated remove_raw_breakpoint: Do not use deprecated remove_raw_breakpoint, see declaration for details
gdb/rs6000-nat.c:582:  deprecated_remove_raw_breakpoint (gdbarch, bp);
649,651d636
< gdb/solib-irix.c:309: deprecated: deprecated remove_raw_breakpoint: Do not use deprecated remove_raw_breakpoint, see declaration for details
gdb/solib-irix.c:309:  if (deprecated_remove_raw_breakpoint (target_gdbarch (), base_breakpoint) != 0)
< gdb/solib-irix.c:342: deprecated: deprecated insert_raw_breakpoint: Do not use deprecated insert_raw_breakpoint, see declaration for details
gdb/solib-irix.c:342:      base_breakpoint = deprecated_insert_raw_breakpoint (target_gdbarch (),
< gdb/solib-irix.c:562: code: if assignment: An IF statement's expression contains an assignment (the GNU coding standard discourages this)
gdb/solib-irix.c:562:  if ((debug_base = locate_base ()) == 0)
731d715
< 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;
776d759
< gdb/utils.c:1521: code: OP eol: Do not use &&, or || at the end of a line
gdb/utils.c:1521:      (c >= 0x7F && c < 0xA0) ||	 
795d777
< gdb/valops.c:3569: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/valops.c:3569:      sprintf (concatenated_name, ', namespace_name, name);
839a822
> gdb/defs.h:0: internal: gdb/defs.h missing long long: Expecting 2 occurances of bug long long in file gdb/defs.h, only found 0
gdb/defs.h:0:


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