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 Oct 13 01:55:56 UTC 2016


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;


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