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 Feb 13 01:58:56 UTC 2020


84d83
< gdb/cris-tdep.c:3872: deprecated: deprecated add_core_fns: Do not use deprecated add_core_fns, see declaration for details
gdb/cris-tdep.c:3872:  deprecated_add_core_fns (&cris_elf_core_fns);
157,172c156,170
< gdb/dwarf2-frame.c:256: 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/dwarf2-frame.c:256:  void get_frame_base (const gdb_byte **start, size_t *length) override
< gdb/dwarf2-frame.c:1470: 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/dwarf2-frame.c:1470:  return get_frame_base (this_frame);
< gdb/dwarf2expr.c:863: 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/dwarf2expr.c:863:	    this->get_frame_base (&datastart, &datalen);
< gdb/dwarf2expr.h:204: 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/dwarf2expr.h:204:  virtual void get_frame_base (const gdb_byte **start, size_t *length) = 0;
< gdb/dwarf2loc.c:745: 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/dwarf2loc.c:745:  void get_frame_base (const gdb_byte **start, size_t * length) override
< gdb/dwarf2loc.c:2649: 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/dwarf2loc.c:2649:  void get_frame_base (const gdb_byte **start, size_t *length) override
< gdb/dwarf2loc.c:3773: code: if assignment: An IF statement's expression contains an assignment (the GNU coding standard discourages this)
gdb/dwarf2loc.c:3773:  else if (data + 3 <= end	   && data + 1 + (leb128_size = skip_leb128 (data + 1, end)) < end	   && data[0] == DW_OP_GNU_const_index	   && leb128_size > 0	   && (data[1 + leb128_size] == DW_OP_GNU_push_tls_address	       || data[1 + leb128_size] == DW_OP_form_tls_address)	   && piece_end_p (data + 2 + leb128_size, end))
< gdb/dwarf2read.c:3488: deprecated: deprecated ok: Do not use deprecated ok, see declaration for details
gdb/dwarf2read.c:3488:			    bool deprecated_ok,
< gdb/dwarf2read.c:3523: deprecated: deprecated ok: Do not use deprecated ok, see declaration for details
gdb/dwarf2read.c:3523:  if (version < 6 && !deprecated_ok)
< gdb/dwarf2read.c:9620: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/dwarf2read.c:9620:	      sprintf (buf, ',
< gdb/dwarf2read.c:9629: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/dwarf2read.c:9629:	      sprintf (buf, ',
< gdb/dwarf2read.c:15402: code: editCase function: Function name starts lower case but has uppercased letters.
gdb/dwarf2read.c:15402:is_valid_DW_AT_defaulted (ULONGEST value)
< gdb/dwarf2read.c:15781: code: editCase function: Function name starts lower case but has uppercased letters.
gdb/dwarf2read.c:15781:is_valid_DW_AT_calling_convention_for_type (ULONGEST value)
< gdb/dwarf2read.c:15802: code: editCase function: Function name starts lower case but has uppercased letters.
gdb/dwarf2read.c:15802:is_valid_DW_AT_calling_convention_for_subroutine (ULONGEST value)
< gdb/dwarf2read.c:17388: code: if assignment: An IF statement's expression contains an assignment (the GNU coding standard discourages this)
gdb/dwarf2read.c:17388:  else if ((attr = dwarf2_attr (die, DW_AT_byte_size, cu)) != nullptr)
< gdb/dwarf2read.c:23182: code: function call in first column: Function name in first column should be restricted to function implementation
gdb/dwarf2read.c:23182:dwarf_unit_type_name (int unit_type) {
> gdb/dwarf2/expr.c:863: 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/dwarf2/expr.c:863:	    this->get_frame_base (&datastart, &datalen);
> gdb/dwarf2/expr.h:204: 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/dwarf2/expr.h:204:  virtual void get_frame_base (const gdb_byte **start, size_t *length) = 0;
> gdb/dwarf2/frame.c:262: 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/dwarf2/frame.c:262:  void get_frame_base (const gdb_byte **start, size_t *length) override
> gdb/dwarf2/frame.c:1480: 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/dwarf2/frame.c:1480:  return get_frame_base (this_frame);
> gdb/dwarf2/loc.c:736: 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/dwarf2/loc.c:736:  void get_frame_base (const gdb_byte **start, size_t * length) override
> gdb/dwarf2/loc.c:2640: 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/dwarf2/loc.c:2640:  void get_frame_base (const gdb_byte **start, size_t *length) override
> gdb/dwarf2/loc.c:3764: code: if assignment: An IF statement's expression contains an assignment (the GNU coding standard discourages this)
gdb/dwarf2/loc.c:3764:  else if (data + 3 <= end	   && data + 1 + (leb128_size = skip_leb128 (data + 1, end)) < end	   && data[0] == DW_OP_GNU_const_index	   && leb128_size > 0	   && (data[1 + leb128_size] == DW_OP_GNU_push_tls_address	       || data[1 + leb128_size] == DW_OP_form_tls_address)	   && piece_end_p (data + 2 + leb128_size, end))
> gdb/dwarf2/read.c:2894: deprecated: deprecated ok: Do not use deprecated ok, see declaration for details
gdb/dwarf2/read.c:2894:			    bool deprecated_ok,
> gdb/dwarf2/read.c:2929: deprecated: deprecated ok: Do not use deprecated ok, see declaration for details
gdb/dwarf2/read.c:2929:  if (version < 6 && !deprecated_ok)
> gdb/dwarf2/read.c:8807: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/dwarf2/read.c:8807:	      sprintf (buf, ',
> gdb/dwarf2/read.c:8816: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/dwarf2/read.c:8816:	      sprintf (buf, ',
> gdb/dwarf2/read.c:14580: code: editCase function: Function name starts lower case but has uppercased letters.
gdb/dwarf2/read.c:14580:is_valid_DW_AT_defaulted (ULONGEST value)
> gdb/dwarf2/read.c:14959: code: editCase function: Function name starts lower case but has uppercased letters.
gdb/dwarf2/read.c:14959:is_valid_DW_AT_calling_convention_for_type (ULONGEST value)
> gdb/dwarf2/read.c:14980: code: editCase function: Function name starts lower case but has uppercased letters.
gdb/dwarf2/read.c:14980:is_valid_DW_AT_calling_convention_for_subroutine (ULONGEST value)
> gdb/dwarf2/read.c:16565: code: if assignment: An IF statement's expression contains an assignment (the GNU coding standard discourages this)
gdb/dwarf2/read.c:16565:  else if ((attr = dwarf2_attr (die, DW_AT_byte_size, cu)) != nullptr)


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