| commit | c38bda5104e0011b1255752bec63cb4ffd76449d | [log] [tgz] |
|---|---|---|
| author | Tom Tromey <tromey@adacore.com> | Thu Jun 22 09:00:13 2023 -0600 |
| committer | Tom Tromey <tromey@adacore.com> | Mon Jul 10 13:17:31 2023 -0600 |
| tree | d520059a2476bd5089d6e1e0ffbc06feacbe0ee7 | |
| parent | 5b86f10883d37e46aeeafa2818e227737d068dff [diff] |
Handle typedefs in no-op pretty printers The no-ops pretty-printers that were introduced for DAP have a classic gdb bug: they neglect to call check_typedef. This will cause some strange behavior; for example not showing the children of a variable whose type is a typedef of a structure type. This patch fixes the oversight.