Skip to content

Commit

Permalink
Rollup merge of #116985 - tromey:rust-printers-14, r=Mark-Simulacrum
Browse files Browse the repository at this point in the history
Use gdb.ValuePrinter tag class

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
matthiaskrgr authored Oct 22, 2023
2 parents cc3dce5 + 7eee62c commit 56b9f03
Showing 1 changed file with 158 additions and 149 deletions.
Loading

0 comments on commit 56b9f03

Please sign in to comment.