| commit | d2266b2305c18538eddeb22fd89496910c8c4377 | [log] [tgz] |
|---|---|---|
| author | Gregory Anders <greg@gpanders.com> | Fri Sep 01 16:02:18 2023 -0500 |
| committer | Tom Tromey <tromey@adacore.com> | Wed Sep 20 10:59:38 2023 -0600 |
| tree | 9e76da532d716ed5e8e26cc1c446e1d40edcf278 | |
| parent | 155f5df517c962f1317e119a6a5ca317e1202996 [diff] |
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>