Add singleThread support to some DAP requests
authorTom Tromey <tromey@adacore.com>
Tue, 9 May 2023 20:33:42 +0000 (14:33 -0600)
committerTom Tromey <tromey@adacore.com>
Mon, 12 Jun 2023 18:09:28 +0000 (12:09 -0600)
commitfc2d72afc0516e397dc0d7edb75930efa3697a2c
tree9bc1bb559baf38d663b0616ca2108764dec54a17
parent3eb64586f07e41bd6b6ef2276bd24b92b0ed4d91
Add singleThread support to some DAP requests

A few DAP requests support a "singleThread" parameter, which is
somewhat similar to scheduler-locking.  This patch implements support
for this.
gdb/python/lib/gdb/dap/next.py
gdb/testsuite/gdb.dap/basic-dap.exp
gdb/testsuite/gdb.dap/catch-exception.exp