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

Add support for embedding pretty printers via #[debugger_visualizer] attribute #97028

Merged
merged 3 commits into from
May 29, 2022

Commits on May 24, 2022

  1. Add support for embedding pretty printers via the `#[debugger_visuali…

    …zer]` attribute. Add tests for embedding pretty printers and update documentation.
    
    Ensure all error checking for `#[debugger_visualizer]` is done up front and not when the `debugger_visualizer` query is run.
    
    Clean up potential ODR violations when embedding pretty printers into the `__rustc_debug_gdb_scripts_section__` section.
    
    Respond to PR comments and update documentation.
    ridwanabdillahi committed May 24, 2022
    Configuration menu
    Copy the full SHA
    60458b9 View commit details
    Browse the repository at this point in the history
  2. Update documentation.

    ridwanabdillahi committed May 24, 2022
    Configuration menu
    Copy the full SHA
    ab1f8ed View commit details
    Browse the repository at this point in the history

Commits on May 25, 2022

  1. Configuration menu
    Copy the full SHA
    7ac62ce View commit details
    Browse the repository at this point in the history