Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use gdb.ValuePrinter tag class #116985

Merged
merged 1 commit into from
Oct 22, 2023
Merged

Use gdb.ValuePrinter tag class #116985

merged 1 commit into from
Oct 22, 2023

Commits on Oct 20, 2023

  1. 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.
    tromey committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    7eee62c View commit details
    Browse the repository at this point in the history