Use bool for agent_expr::tracing
authorTom Tromey <tom@tromey.com>
Sat, 17 Jun 2023 18:56:54 +0000 (12:56 -0600)
committerTom Tromey <tom@tromey.com>
Tue, 20 Jun 2023 17:21:51 +0000 (11:21 -0600)
commitda25448d52654475792c8d05485d97205ba938ab
treeaecbb3137e104018eb96376b68942982af4bbd0a
parentb0b5ba6b7f2ac377842fe39a8d684282b865db40
Use bool for agent_expr::tracing

This changese agent_expr::tracing to have type bool, allowing inline
initialization and cleaning up the code a little.

Reviewed-by: John Baldwin <jhb@FreeBSD.org>
gdb/ax-gdb.c
gdb/ax.h