set print static-members off set print frame-arguments all # unlimited print string length set print elements 0 handle SIGCONT nostop 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 dsp = display alias ud = undisplay alias wl = watch -l alias awl = awatch -l alias rwl = rwatch -l alias rt = restart # Print backtrace of all threads alias abt = thread apply all bt 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