commit | 405a9dd06417a9272442b8818a867f6c008b7a48 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tromey@adacore.com> | Thu Jun 22 09:17:26 2023 -0600 |
committer | Tom Tromey <tromey@adacore.com> | Mon Jul 10 13:17:31 2023 -0600 |
tree | 14f2b23dc051ff484a27f0bfbe0a113898dd88e7 | |
parent | c38bda5104e0011b1255752bec63cb4ffd76449d [diff] |
Add Ada scope test for DAP This adds a DAP test for fetching scopes and variables with an Ada program. This test is the reason that the FrameVars code does not check is_constant on the symbols it returns. Note that this test also shows that string-printing is incorrect in Ada. This is a known bug but I'm still considering how to fix it.