commit | 41ab08f84b926ea4d1b6ff242734f166e5f9f6fc | [log] [tgz] |
---|---|---|
author | Tom Tromey <tromey@adacore.com> | Fri Oct 06 07:42:00 2023 -0600 |
committer | Tom Tromey <tromey@adacore.com> | Mon Oct 16 09:40:11 2023 -0600 |
tree | d13f53367c78bbde49342d7051abeb511286b6c7 | |
parent | ee81567c7cdf6aaae4b565c2afc3d4b798717177 [diff] |
Have DAP handle non-Value results from 'children' A pretty-printer's 'children' method may return values other than a gdb.Value -- it may return any value that can be converted to a gdb.Value. I noticed that this case did not work for DAP. This patch fixes the problem.