Introduce and use parser flags
authorTom Tromey <tromey@adacore.com>
Fri, 28 Apr 2023 14:08:49 +0000 (08:08 -0600)
committerTom Tromey <tromey@adacore.com>
Tue, 23 May 2023 19:57:54 +0000 (13:57 -0600)
commitb8c03634d6537ee7ad068ab840b6e78483aaca80
treeaf65690289d5f6db975f3318064a830d3f95e8ca
parent562db568441ed0f7e258b843916c34572170cc6d
Introduce and use parser flags

This patch adds a new parser_flags type and changes the parser APIs to
use it rather than a collection of 'int' and 'bool'.  More flags will
be added in subsquent patches.
gdb/ax-gdb.c
gdb/breakpoint.c
gdb/eval.c
gdb/expression.h
gdb/parse.c
gdb/printcmd.c
gdb/tracepoint.c