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

read: ignore tombstone entries in range and location lists #631

Merged
merged 3 commits into from Nov 3, 2022

Commits on Oct 29, 2022

  1. dwarfdump: simplify range and location list handling

    Provide access to the raw range or location that is read
    by the iterator, instead of parsing the list twice.
    This means that dwarfdump doesn't need to match the parsing
    logic of the iterator in order to figure out which
    range/location is associated with a raw range/location.
    philipc committed Oct 29, 2022
    Configuration menu
    Copy the full SHA
    99b36c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    074d5e8 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. read: ignore tombstone entries in range and location lists

    Co-authored-by: shuo <shuoli84@gmail.com>
    philipc and shuoli84 committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    48a66a9 View commit details
    Browse the repository at this point in the history