Files
binutils-gdb/gdb/tracepoint.c
Tom Tromey a2bbca9fa5 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>
2023-06-20 11:21:51 -06:00

113 KiB