source: .gdbinit @ e26aa72

Last change on this file since e26aa72 was a07a8c2, checked in by Wilmer van der Gaast <wilmer@…>, at 2012-09-23T22:09:52Z

Add a .gdbinit that disables ASLR (added by PIE compilation) at runtime
when running inside gdb. It seems to cause one or possibly more issues
and isn't really important when run inside a debugger.

  • Property mode set to 100644
File size: 29 bytes
Line 
1set disable-randomization on
Note: See TracBrowser for help on using the repository browser.