Skip to content
This repository was archived by the owner on Apr 23, 2024. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dotnet/symstore
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5bf5ec0
Choose a base ref
...
head repository: dotnet/symstore
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 22c8e44
Choose a head ref
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on Aug 26, 2021

  1. A couple of misc fixes (#292)

    * Fix MacOS M1 core dumps
    
    Running dotnet-symbol on a M1 core dump resulted in this exception: "ERROR: Sequence contains no elements"
    
    It is because the "_dyld_all_image_infos" symbol in the dynamic loader module is decorated like this: __ZN5dyld420dyld_all_image_infosE@0x741b8.
    
    Fix it by using Contains(dyld_all_image_infos) on name in FindAllImageInfosAddress()
    
    Fix ELF the module base address for single file apps. The NT_FILE entry with PageOffset == 0 is the header.
    
    * Support MacOS bundle modules
    Mike McLaughlin authored Aug 26, 2021
    Configuration menu
    Copy the full SHA
    22c8e44 View commit details
    Browse the repository at this point in the history
Loading