This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from a0b70d996c3 Implement DAP loadedSources request new 98d630e910c Avoid forward declaration in parse.c new 562db568441 Move innermost_block_tracker to expression.h new b8c03634d65 Introduce and use parser flags new b5688cda0ec Simplify parser_state constructor new 9095bf3b9db Boolify parser_state::comma_terminates new 78655a10f77 Rearrange parser_state new e360af5af8e Add PARSER_DEBUG flag new 87b647cfb13 Add PARSER_LEAVE_BLOCK_ALONE flag new 2c64cbb737e Add flags to parse_and_eval new 125862f0f22 Add global_context parameter to gdb.parse_and_eval new ef7a143133f Handle DAP evaluate request without a frame ID
The 11 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gdb/NEWS | 4 + gdb/ada-exp.y | 2 +- gdb/ax-gdb.c | 3 +- gdb/breakpoint.c | 3 +- gdb/c-exp.y | 2 +- gdb/d-exp.y | 2 +- gdb/doc/python.texi | 7 +- gdb/eval.c | 7 +- gdb/expression.h | 78 ++++++++++++++++- gdb/f-exp.y | 2 +- gdb/go-exp.y | 2 +- gdb/parse.c | 97 ++++++++++------------ gdb/parser-defs.h | 73 ++++------------ gdb/printcmd.c | 5 +- gdb/python/lib/gdb/dap/evaluate.py | 4 +- gdb/python/python.c | 28 +++++-- gdb/rust-parse.c | 2 +- gdb/testsuite/gdb.dap/{memory.c => frameless.c} | 5 +- .../gdb.dap/{memory.exp => frameless.exp} | 57 ++++--------- gdb/testsuite/gdb.python/py-value.c | 3 + gdb/testsuite/gdb.python/py-value.exp | 5 ++ gdb/tracepoint.c | 10 ++- gdb/value.h | 2 +- 23 files changed, 220 insertions(+), 183 deletions(-) copy gdb/testsuite/gdb.dap/{memory.c => frameless.c} (94%) copy gdb/testsuite/gdb.dap/{memory.exp => frameless.exp} (54%)