commit | f35baff348a2260616dc04721c31726d88e24851 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tromey@adacore.com> | Fri Sep 08 13:18:17 2023 -0600 |
committer | Tom Tromey <tromey@adacore.com> | Tue Sep 26 09:29:14 2023 -0600 |
tree | 3d399282e26c5c1ef888533da6fd13bd008f58be | |
parent | fb282576998ca7ce70526dea42d41a7f418879c9 [diff] |
Add two new pretty-printer methods This adds two new pretty-printer methods, to support random access to children. The methods are implemented for the no-op array printer, and DAP is updated to use this. Reviewed-By: Eli Zaretskii <eliz@gnu.org>