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

Disable some pretty-printers when gdb is rust-enabled #55767

Merged
merged 1 commit into from
Nov 23, 2018

Commits on Nov 19, 2018

  1. Disable some pretty-printers when gdb is rust-enabled

    A rust-enabled gdb already knows how to display string slices,
    structs, tuples, and enums (and after rust-lang#54004, the pretty-printers
    can't handle enums at all).  This patch disables these pretty-printers
    when gdb is rust-enabled.
    
    The "gdb-pretty-struct-and-enums-pre-gdb-7-7.rs" test is renamed,
    because it does not seem to depend on any behavior of that version of
    gdb, and because gdb 7.7 is 4 years old now.
    tromey committed Nov 19, 2018
    Configuration menu
    Copy the full SHA
    30178b4 View commit details
    Browse the repository at this point in the history