diff options
author | Tom Tromey <tromey@adacore.com> | 2023-09-05 09:13:14 -0600 |
---|---|---|
committer | Tom Tromey <tromey@adacore.com> | 2023-09-19 13:28:42 -0600 |
commit | a56e5dce69bfad45ee6977a916ccea283e087e8b (patch) | |
tree | b148946dc952568db690c2ed14569d70efd8545c /config/bootstrap-lto.mk | |
parent | 76fc0f62138e0fa1ec1feeefed7e603d52e83af7 (diff) | |
download | gdb-a56e5dce69bfad45ee6977a916ccea283e087e8b.zip gdb-a56e5dce69bfad45ee6977a916ccea283e087e8b.tar.gz gdb-a56e5dce69bfad45ee6977a916ccea283e087e8b.tar.bz2 |
Handle pointers and references correctly in DAP
A user pointed out that the current DAP variable code does not let the
client deference a pointer. Oops!
Fixing this oversight is simple enough -- adding a new no-op
pretty-printer for pointers and references is quite simple.
However, doing this naive caused a regession in scopes.exp, which
expected there to be no children of a 'const char *' variable. This
problem was fixed by the preceding patches in the series, which ensure
that a C type of this kind is recognized as a string.
Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=30821
Diffstat (limited to 'config/bootstrap-lto.mk')
0 files changed, 0 insertions, 0 deletions