Use std::vector<bool> for agent_expr::reg_mask
authorTom Tromey <tom@tromey.com>
Sat, 17 Jun 2023 18:52:11 +0000 (12:52 -0600)
committerTom Tromey <tom@tromey.com>
Tue, 20 Jun 2023 17:21:51 +0000 (11:21 -0600)
commita2bbca9fa5e4e488ccbb8dddfa1d78ed03bad083
treec12c8156574115bef418da92a387529ef0edf206
parent6f96f4854f1dcfa15c1ba87f76d868513bb14276
Use std::vector<bool> for agent_expr::reg_mask

agent_expr::reg_mask implements its own packed boolean vector.  This
patch replaces it with a std::vector<bool>, simplifying the code.

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