Files
binutils-gdb/gdb/parse.c
Tom Tromey 87b647cfb1 Add PARSER_LEAVE_BLOCK_ALONE flag
This adds a PARSER_LEAVE_BLOCK_ALONE flag, and changes the parse API
to respect it.  This flag lets callers avoid any change to the
passed-in block and expression PC, letting them specify the context
exactly.  In particular, now nullptr can be used to indicate that the
parse should not examine any local variables.
2023-05-23 13:57:54 -06:00

18 KiB