From: Tom Tromey Date: Thu, 5 Dec 2019 14:53:32 +0000 (-0700) Subject: Remove "boolean" and "var_boolean" checks from ARI X-Git-Url: http://git.efficios.com/?p=deliverable%2Fbinutils-gdb.git;a=commitdiff_plain;h=a15a95ed265962027c7a8e0269bead6e5795006f Remove "boolean" and "var_boolean" checks from ARI The "boolean" and "var_boolean" checks from ARI seem only to generate false reports. Now that gdb is in C++, at least the "boolean" check seems unlikely to ever generate a true report. The "var_boolean" check likewise doesn't seem valuable any more -- presumably this refers to some ancient way of doing things in gdb, and isn't likely to find a bug in the future. Therefore, this patch removes these two checks. gdb/ChangeLog 2019-12-13 Tom Tromey * contrib/ari/gdb_ari.sh: Remove "boolean" and "var_boolean" checks. Change-Id: Iaf449b51e8182ffa0b9ed25fe688e0ff64a07a67 --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index f3ee0ba1e8..fea37ae26e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2019-12-13 Tom Tromey + + * contrib/ari/gdb_ari.sh: Remove "boolean" and "var_boolean" + checks. + 2019-12-13 Tom Tromey * gdbsupport/safe-iterator.h (class basic_safe_range)