public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* New ARI warning Thu Apr  2 01:53:52 UTC 2015
@ 2015-04-02  1:53 GDB Administrator
  0 siblings, 0 replies; only message in thread
From: GDB Administrator @ 2015-04-02  1:53 UTC (permalink / raw)
  To: gdb-patches

522a523,530
> gdb/python/py-unwind.c:148: code: if assignment: An IF statement's expression contains an assignment (the GNU coding standard discourages this)
gdb/python/py-unwind.c:148:      if ((value = value_object_to_value (pyo_value)) != NULL)
> gdb/python/py-unwind.c:307: code: if assignment: An IF statement's expression contains an assignment (the GNU coding standard discourages this)
gdb/python/py-unwind.c:307:    if (pyo_reg_value == NULL      || (value = value_object_to_value (pyo_reg_value)) == NULL)
> gdb/python/py-unwind.c:487: regression: __FUNCTION__: Do not use __FUNCTION__, ISO C 90 does not support this macro
gdb/python/py-unwind.c:487:      fprintf_unfiltered (gdb_stdlog, ', __FUNCTION__);
> gdb/python/py-unwind.c:503: 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/python/py-unwind.c:503:  TRACE_PY_UNWIND (1, "%s (frame=%p,...,reg=%d)\n", __FUNCTION__, this_frame,
gdb/python/py-unwind.c:503:  TRACE_PY_UNWIND (1, ', __FUNCTION__, this_frame,
> gdb/python/py-unwind.c:503: regression: __FUNCTION__: Do not use __FUNCTION__, ISO C 90 does not support this macro
gdb/python/py-unwind.c:503:  TRACE_PY_UNWIND (1, "%s (frame=%p,...,reg=%d)\n", __FUNCTION__, this_frame,
gdb/python/py-unwind.c:503:  TRACE_PY_UNWIND (1, ', __FUNCTION__, this_frame,
> gdb/python/py-unwind.c:527: regression: __FUNCTION__: Do not use __FUNCTION__, ISO C 90 does not support this macro
gdb/python/py-unwind.c:527:  TRACE_PY_UNWIND (3, ', __FUNCTION__,
> gdb/python/py-unwind.c:573: code: OP eol: Do not use &&, or || at the end of a line
gdb/python/py-unwind.c:573:    cached_frame = xmalloc (sizeof (*cached_frame) +
> gdb/python/py-unwind.c:613: regression: __FUNCTION__: Do not use __FUNCTION__, ISO C 90 does not support this macro
gdb/python/py-unwind.c:613:  TRACE_PY_UNWIND (3, ', __FUNCTION__);

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-04-02  1:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-02  1:53 New ARI warning Thu Apr 2 01:53:52 UTC 2015 GDB Administrator

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).