Handle DAP supportsVariableType capability
authorTom Tromey <tromey@adacore.com>
Tue, 16 May 2023 13:36:08 +0000 (07:36 -0600)
committerTom Tromey <tromey@adacore.com>
Mon, 12 Jun 2023 18:09:46 +0000 (12:09 -0600)
commit8115dffa1e76ab007223199dfbc8c1298d2bf06e
treec5ea0ba0878fb9509950ac3e1d4f20b9f376e097
parentc2a0d767db1637d1651b80bc885903cacd637107
Handle DAP supportsVariableType capability

A DAP client can report the supportsVariableType capability in the
initialize request.  In this case, gdb can include the type of a
variable or expression in various results.
gdb/python/lib/gdb/dap/evaluate.py
gdb/python/lib/gdb/dap/server.py
gdb/python/lib/gdb/dap/varref.py
gdb/testsuite/gdb.dap/basic-dap.exp
gdb/testsuite/lib/dap-support.exp