summaryrefslogtreecommitdiff
path: root/development
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2013-01-05 17:26:26 +0100
committerGuido Günther <agx@sigxcpu.org>2013-01-05 17:26:26 +0100
commit95aa49e7821afcd9524bc07d0ca949301f1f5e5e (patch)
treed557051812f5840b110bb370afc888669ab77895 /development
parent04d1e0857ff1b401e6b2e8699ef5f53f5390a87c (diff)
Add history file
Diffstat (limited to 'development')
-rw-r--r--development/debugging.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/development/debugging.mdwn b/development/debugging.mdwn
index 54e1084..feef8b5 100644
--- a/development/debugging.mdwn
+++ b/development/debugging.mdwn
@@ -55,6 +55,8 @@ To call functions use:
## Configuration
Add this to *~/.gdbinit*
+ # save all history into one file
+ set history filename ~/.gdb_history
# save history
set history save on