Skip to content

Commit

Permalink
Use gdb.ValuePrinter tag class
Browse files Browse the repository at this point in the history
GDB 14 has a "gdb.ValuePrinter" tag class that was introduced to let
GDB evolve the pretty-printer API.  Users of this tag are required to
hide any local attributes or methods.  This patch makes this change to
the Rust pretty-printers.  At present this is just a cleanup,
providing the basis for any future changes.
  • Loading branch information
tromey committed Oct 20, 2023
1 parent e76cb8c commit 7eee62c
Showing 1 changed file with 158 additions and 149 deletions.
Loading

0 comments on commit 7eee62c

Please sign in to comment.