Advertisement
Guest User

Untitled

a guest
Nov 1st, 2014
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. warning: File "C:folder.gdbinit" auto-loading has be
  2. en declined by your `auto-load safe-path' set to "$debugdir:$datadir/auto-load".
  3.  
  4. To enable execution of this file add
  5. add-auto-load-safe-path C:folder.gdbinit
  6. line to your configuration file "$HOME/.gdbinit".
  7. To completely disable this security protection add
  8. set auto-load safe-path /
  9. line to your configuration file "$HOME/.gdbinit".
  10. For more information about this security protection see the
  11. "Auto-loading safe path" section in the GDB manual. E.g., run from the shell:
  12. info "(gdb)Auto-loading safe path"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement