gdb: prepend default safe paths

Co-Authored-By: Jörg Thalheim <Mic92@users.noreply.github.com>
wip/yesman
Viktor Vilhelm Sonesten 5 years ago committed by GitHub
parent 75348fafae
commit 2c50bd3984
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      pkgs/development/tools/misc/gdb/default.nix

@ -8,7 +8,8 @@
, pythonSupport ? stdenv.hostPlatform == stdenv.buildPlatform && !stdenv.hostPlatform.isCygwin, python3 ? null
, guile ? null
, safePaths ? [ stdenv.cc.cc.lib ]
# $debugdir:$datadir/auto-load are whitelisted by default by GDB
, safePaths ? [ "$debugdir" "$datadir/auto-load" stdenv.cc.cc.lib ]
}:

Loading…
Cancel
Save