aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2012-09-23 23:09:52 +0100
committerWilmer van der Gaast <wilmer@gaast.net>2012-09-23 23:09:52 +0100
commita07a8c245e4bd5142e382f029513eb92f040ae6e (patch)
treef6ace86092fe7911e561bd99c485a479867fce57
parent11ec07811cc41e1b244467d25772ef021be9db1b (diff)
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.
-rw-r--r--.gdbinit1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gdbinit b/.gdbinit
new file mode 100644
index 00000000..5b52a899
--- /dev/null
+++ b/.gdbinit
@@ -0,0 +1 @@
+set disable-randomization on