1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
#set auto-load safe-path /
handle SIGPIPE nostop nopass
handle SIGTSTP nostop nopass
set style address foreground black
set style address intensity bold
set style function foreground white
set style function intensity bold
set style filename foreground cyan
set style variable foreground magenta
set style variable intensity normal
#set style sources off
set pagination off
alias bsc = catch syscall
alias maps = info proc mappings
alias regs = info all-registers
alias sl = set scheduler-locking on
alias sll = set scheduler-locking off
define hook-quit
set confirm off
end
|