From a07a8c245e4bd5142e382f029513eb92f040ae6e Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Sun, 23 Sep 2012 23:09:52 +0100 Subject: 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. --- .gdbinit | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gdbinit diff --git a/.gdbinit b/.gdbinit new file mode 100644 index 00000000..5b52a899 --- /dev/null +++ b/.gdbinit @@ -0,0 +1 @@ +set disable-randomization on -- cgit v1.2.3