Add regression test for instructionReference change
authorTom Tromey <tromey@adacore.com>
Thu, 21 Sep 2023 14:49:44 +0000 (08:49 -0600)
committerTom Tromey <tromey@adacore.com>
Mon, 2 Oct 2023 19:51:18 +0000 (13:51 -0600)
commit57c699398c1a61f1a57574a5ed64654cbadd2a50
tree2382d938ebb4b650230989b932e53e8957f0dc8e
parent8f11ec2d3c57f3fb41f968e19bec3d4d58359171
Add regression test for instructionReference change

Yesterday I pushed a patch to fix a small oversight in the DAP code
that caused an instructionReference to be an array instead of a
string.

This patch adds a test case for that regression.  This required
exposing the TON form of the response -- something I mentioned might
be necessary when this code was changed to return just the Tcl form.

I tested this by backing out yesterday's bug fix and verifying that a
failure is seen.
gdb/testsuite/gdb.dap/bt-nodebug.exp
gdb/testsuite/lib/dap-support.exp