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

Fix debuginfo for pointers/references to unsized types #93006

Merged
merged 6 commits into from
Jan 28, 2022

Commits on Jan 24, 2022

  1. Configuration menu
    Copy the full SHA
    d253e6e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2367ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e577f7 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2022

  1. [debuginfo] Fix and unify handling of fat pointers in debuginfo: Fix …

    …some debuginfo tests for old GDB versions and 32-bit targets.
    michaelwoerister committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    3c61d2e View commit details
    Browse the repository at this point in the history
  2. [debuginfo] Fix and unify handling of fat pointers in debuginfo: Chan…

    …ge doc comment so it is not interpreted as doc-test.
    michaelwoerister committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    d33e317 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2022

  1. [debuginfo] Fix and unify handling of fat pointers in debuginfo: Don'…

    …t mark fat pointer fields as artificial.
    
    LLDB does not seem to see fields if they are marked with DW_AT_artificial
    which breaks pretty printers that use these fields for decoding fat pointers.
    michaelwoerister committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    c10f9e7 View commit details
    Browse the repository at this point in the history