aboutsummaryrefslogtreecommitdiff
path: root/misc/.gdbinit
diff options
context:
space:
mode:
Diffstat (limited to 'misc/.gdbinit')
-rw-r--r--misc/.gdbinit4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/.gdbinit b/misc/.gdbinit
index 39fe043..b1eb7d8 100644
--- a/misc/.gdbinit
+++ b/misc/.gdbinit
@@ -12,12 +12,12 @@ handle SIGHUP nostop
handle SIGTERM nostop noprint
handle SIG32 nostop noprint
handle SIG33 nostop noprint
+alias dsp = display
alias ud = undisplay
alias wl = watch -l
alias awl = awatch -l
alias rwl = rwatch -l
-alias dsp = display
-alias rst = restart
+alias rt = restart
set history save on
set history filename ~/.gdb_history
set history remove-duplicates unlimited