Skip to content
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: ziglang/zig
base: bde15cf0806f
Choose a base ref
...
head repository: ziglang/zig
compare: 884b5fb4cfa8
Choose a head ref
  • 4 commits
  • 4 files changed
  • 2 contributors

Commits on Feb 19, 2018

  1. add support for stack traces on macosx

    Add basic address->symbol resolution support.  Uses symtab data from the
    MachO image, not external dSYM data; that's left as a future exercise.
    
    The net effect is that we can now map addresses to function names but
    not much more.  File names and line number data will have to wait until
    a future pull request.
    
    Partially fixes #434.
    bnoordhuis committed Feb 19, 2018
    Copy the full SHA
    ab48934 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2b35615 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2018

  1. Copy the full SHA
    6234667 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    884b5fb View commit details
    Browse the repository at this point in the history