From 002c98545eb799b2293ee98459d534339739b032 Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Tue, 27 Jun 2023 19:53:06 +1000 Subject: buncha changes - add gdbinit - attempt to fix tempel in eglot (not working) - add qutebrowser to hmm browser - allow find file to open file:line_no --- misc/.gdbinit | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 misc/.gdbinit (limited to 'misc') diff --git a/misc/.gdbinit b/misc/.gdbinit new file mode 100644 index 0000000..8923c3b --- /dev/null +++ b/misc/.gdbinit @@ -0,0 +1,30 @@ +print static-members off +set print frame-arguments all +handle SIGUSR1 nostop noprint +handle SIGUSR2 nostop noprint +handle SIGWAITING nostop noprint +handle SIGLWP nostop noprint +handle SIGPIPE nostop +handle SIGALRM nostop +handle SIGHUP nostop +handle SIGTERM nostop noprint +handle SIG32 nostop noprint +handle SIG33 nostop noprint +alias ud = undisplay +alias wl = watch -l +alias awl = awatch -l +alias rwl = rwatch -l +set history save on +set history filename ~/.gdb_history +set history remove-duplicates unlimited +set history size unlimited +set history expansion on +set print object on +alias pvtable = print /a (*(void ***)) +set unwindonsignal on +set print vtbl on +set print pretty on +# rr +alias rf = reverse-finish + +source ~/.gdbinit_local -- cgit v1.2.3