File: gdbinit

package info (click to toggle)
hxtools 20251011-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,468 kB
  • sloc: ansic: 4,384; perl: 3,467; sh: 1,664; cpp: 353; makefile: 90
file content (20 lines) | stat: -rw-r--r-- 583 bytes parent folder | download
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