commit | a2f972b330b1575f49ea7a02103085378e7937c7 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tromey@adacore.com> | Wed Apr 24 10:03:08 2024 -0600 |
committer | Tom Tromey <tromey@adacore.com> | Fri May 10 12:09:32 2024 -0600 |
tree | e250a35a426847182b6256ff947ba35e3a39b2ac | |
parent | 400d4e3290b2012f9c44dff21cf6af9bb557e8de [diff] |
Add symbol, line, and location to DAP disassemble result The DAP spec allows a number of attributes on the resulting instructions that gdb currently does not emit. A user requested some of these, so this patch adds the 'symbol', 'line', and 'location' attributes. While the spec lets the implementation omit 'location' in some cases, it was simpler in the code to just always emit it, as then no extra tracking was needed.