public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* New ARI warning Thu Oct 13 01:55:56 UTC 2016
@ 2016-10-13  1:56 GDB Administrator
  2016-10-13 17:28 ` [ob/pushed] ARI: Remove true/false checks (Re: New ARI warning Thu Oct 13 01:55:56 UTC 2016) Pedro Alves
  0 siblings, 1 reply; 2+ messages in thread
From: GDB Administrator @ 2016-10-13  1:56 UTC (permalink / raw)
  To: gdb-patches

33a34,35
> gdb/breakpoint.c:14787: regression: false: Definitely do not use 'false' in boolean expressions
gdb/breakpoint.c:14787:      bool match = false;
> gdb/breakpoint.c:14799: regression: true: Do not try to use 'true' in boolean expressions
gdb/breakpoint.c:14799:		match = true;
57a60,64
> gdb/cli/cli-utils.c:134: regression: false: Definitely do not use 'false' in boolean expressions
gdb/cli/cli-utils.c:134:  m_finished = false;
> gdb/cli/cli-utils.c:139: regression: false: Definitely do not use 'false' in boolean expressions
gdb/cli/cli-utils.c:139:  m_in_range = false;
> gdb/cli/cli-utils.c:158: regression: false: Definitely do not use 'false' in boolean expressions
gdb/cli/cli-utils.c:158:	  m_in_range = false;
> gdb/cli/cli-utils.c:189: regression: true: Do not try to use 'true' in boolean expressions
gdb/cli/cli-utils.c:189:	    m_in_range = true;
> gdb/cli/cli-utils.c:206: regression: true: Do not try to use 'true' in boolean expressions
gdb/cli/cli-utils.c:206:  m_in_range = true;
592a600,604
> gdb/tid-parse.c:130: regression: false: Definitely do not use 'false' in boolean expressions
gdb/tid-parse.c:130:  m_qualified = false;
> gdb/tid-parse.c:214: regression: true: Do not try to use 'true' in boolean expressions
gdb/tid-parse.c:214:	  m_qualified = true;
> gdb/tid-parse.c:218: regression: false: Definitely do not use 'false' in boolean expressions
gdb/tid-parse.c:218:	    return false;
> gdb/tid-parse.c:223: regression: false: Definitely do not use 'false' in boolean expressions
gdb/tid-parse.c:223:	  m_qualified = false;
> gdb/tid-parse.c:246: regression: false: Definitely do not use 'false' in boolean expressions
gdb/tid-parse.c:246:      return false;

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-10-13 17:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-13  1:56 New ARI warning Thu Oct 13 01:55:56 UTC 2016 GDB Administrator
2016-10-13 17:28 ` [ob/pushed] ARI: Remove true/false checks (Re: New ARI warning Thu Oct 13 01:55:56 UTC 2016) Pedro Alves

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).