]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Handle supportsVariablePaging in DAP
authorTom Tromey <tromey@adacore.com>
Fri, 26 May 2023 19:35:52 +0000 (13:35 -0600)
committerTom Tromey <tromey@adacore.com>
Thu, 22 Jun 2023 15:46:23 +0000 (09:46 -0600)
commit59e75852dd9edff2199c5cd27a9be9f596a2fba6
tree9e4b2f16887749aedfd285527ad535d5456fe6f6
parent5ad513ae6288b186b982017bc20e7d492220a2ba
Handle supportsVariablePaging in DAP

A bug report about the supportsVariablePaging capability in DAP
resulted in a clarification: when this capability is not present, DAP
implementations should ignore the paging parameters to the "variables"
request.  This patch implements this clarification.
gdb/python/lib/gdb/dap/evaluate.py
gdb/testsuite/gdb.dap/scopes.exp
gdb/testsuite/lib/dap-support.exp