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 Thu Nov 24 01:57:17 UTC 2016


16c16
< gdb/alphanbsd-tdep.c:246: obsolete: get_frame_base: Replace get_frame_base with get_frame_id, get_frame_base_address, get_frame_locals_address, or get_frame_args_address.
gdb/alphanbsd-tdep.c:246:  return get_frame_base (get_next_frame (frame));
> gdb/alpha-nbsd-tdep.c:246: obsolete: get_frame_base: Replace get_frame_base with get_frame_id, get_frame_base_address, get_frame_locals_address, or get_frame_args_address.
gdb/alpha-nbsd-tdep.c:246:  return get_frame_base (get_next_frame (frame));
30,31c30,31
< gdb/armnbsd-nat.c:499: deprecated: deprecated add_core_fns: Do not use deprecated add_core_fns, see declaration for details
gdb/armnbsd-nat.c:499:  deprecated_add_core_fns (&arm_netbsd_core_fns);
< gdb/armnbsd-nat.c:500: deprecated: deprecated add_core_fns: Do not use deprecated add_core_fns, see declaration for details
gdb/armnbsd-nat.c:500:  deprecated_add_core_fns (&arm_netbsd_elfcore_fns);
> gdb/arm-nbsd-nat.c:499: deprecated: deprecated add_core_fns: Do not use deprecated add_core_fns, see declaration for details
gdb/arm-nbsd-nat.c:499:  deprecated_add_core_fns (&arm_netbsd_core_fns);
> gdb/arm-nbsd-nat.c:500: deprecated: deprecated add_core_fns: Do not use deprecated add_core_fns, see declaration for details
gdb/arm-nbsd-nat.c:500:  deprecated_add_core_fns (&arm_netbsd_elfcore_fns);
218a219,221
> gdb/hppa-nbsd-nat.c:36: code: OP eol: Do not use &&, or || at the end of a line
gdb/hppa-nbsd-nat.c:36:  return ((regnum >= HPPA_R0_REGNUM && regnum <= HPPA_R31_REGNUM) ||
> gdb/hppa-nbsd-nat.c:37: code: OP eol: Do not use &&, or || at the end of a line
gdb/hppa-nbsd-nat.c:37:          (regnum >= HPPA_SAR_REGNUM && regnum <= HPPA_PCSQ_TAIL_REGNUM) ||
> gdb/hppa-nbsd-nat.c:38: code: OP eol: Do not use &&, or || at the end of a line
gdb/hppa-nbsd-nat.c:38:          regnum == HPPA_IPSW_REGNUM ||
222,224d224
< gdb/hppanbsd-nat.c:36: code: OP eol: Do not use &&, or || at the end of a line
gdb/hppanbsd-nat.c:36:  return ((regnum >= HPPA_R0_REGNUM && regnum <= HPPA_R31_REGNUM) ||
< gdb/hppanbsd-nat.c:37: code: OP eol: Do not use &&, or || at the end of a line
gdb/hppanbsd-nat.c:37:          (regnum >= HPPA_SAR_REGNUM && regnum <= HPPA_PCSQ_TAIL_REGNUM) ||
< gdb/hppanbsd-nat.c:38: code: OP eol: Do not use &&, or || at the end of a line
gdb/hppanbsd-nat.c:38:          regnum == HPPA_IPSW_REGNUM ||
323d322
< gdb/mi/mi-main.c:2454: code: OP eol: Do not use &&, or || at the end of a line
gdb/mi/mi-main.c:2454:  if (delta.tv_sec >= update_threshold.tv_sec &&
679a679
> gdb/utils.c:1878: code: no parameter function: Function having no parameter should be declared with funcname (void).
gdb/utils.c:1878:get_prompt_for_continue_wait_time ()


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