gdb/dap: ignore unused keyword args in step_out
authorGregory Anders <greg@gpanders.com>
Fri, 1 Sep 2023 21:02:18 +0000 (16:02 -0500)
committerTom Tromey <tromey@adacore.com>
Wed, 20 Sep 2023 16:59:38 +0000 (10:59 -0600)
commitd2266b2305c18538eddeb22fd89496910c8c4377
tree9e76da532d716ed5e8e26cc1c446e1d40edcf278
parent155f5df517c962f1317e119a6a5ca317e1202996
gdb/dap: ignore unused keyword args in step_out

Some DAP clients may send additional parameters in the stepOut command
(e.g. "granularity") which are not used by GDB, but should nonetheless
be accepted without error.

Approved-By: Tom Tromey <tom@tromey.com>
gdb/python/lib/gdb/dap/next.py
gdb/python/lib/gdb/dap/server.py