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: NixOS/nixpkgs
base: 07ab4d257eb4
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: cc9bfd2cf8dd
Choose a head ref
  • 4 commits
  • 6 files changed
  • 1 contributor

Commits on Jul 28, 2017

  1. gdb: Look for .build-id files in NIX_DEBUG_INFO_DIRS

    This allows us to provide a setup hook that makes debug outputs
    findable by gdb.
    edolstra committed Jul 28, 2017
    Configuration menu
    Copy the full SHA
    5b09152 View commit details
    Browse the repository at this point in the history
  2. Add a setup hook to fill NIX_DEBUG_INFO_DIRS

    This setup hook is propagated by gdb. Thus, a typical use is:
    
      $ nix-shell -p gdb nix nix.debug sqlite.debug ...
    
    and gdb will be able find the debug symbols of nix etc. automatically.
    edolstra committed Jul 28, 2017
    Configuration menu
    Copy the full SHA
    5c5b71d View commit details
    Browse the repository at this point in the history
  3. elfutils: 0.168 -> 0.169

    edolstra committed Jul 28, 2017
    Configuration menu
    Copy the full SHA
    340bd1e View commit details
    Browse the repository at this point in the history
  4. elfutils: Respect $NIX_DEBUG_INFO_DIRS

    This makes eu-stack and eu-addr2line do the right thing in a
    nix-shell (if the appropriate debug outputs are present).
    edolstra committed Jul 28, 2017
    Configuration menu
    Copy the full SHA
    cc9bfd2 View commit details
    Browse the repository at this point in the history