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

[Backtracing][Linux] Support the DW_AT_specification attribute. #67592

Merged

Commits on Jul 31, 2023

  1. [Backtracing][Linux] Support the DW_AT_specification attribute.

    Support parsing the following format:
    ```
    0x0000104b: DW_TAG_subprogram
                  DW_AT_specification (0x00000d23 "$s8CrashOpt6level1yyF")
                  DW_AT_inline (DW_INL_inlined)
    ```
    DianQK committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    017d31f View commit details
    Browse the repository at this point in the history