nixpkgs/pkgs/development/tools/misc/gdb
Eelco Dolstra 5c5b71df5e
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.
2017-07-28 16:38:26 +02:00
..
debug-info-from-env.patch gdb: Look for .build-id files in NIX_DEBUG_INFO_DIRS 2017-07-28 16:38:22 +02:00
default.nix Add a setup hook to fill NIX_DEBUG_INFO_DIRS 2017-07-28 16:38:26 +02:00