]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - gnu/usr.bin/gdb/Gdbinit
This is the Linux generic soundcard driver, version 1.0c. Supports
[FreeBSD/FreeBSD.git] / gnu / usr.bin / gdb / Gdbinit
1 echo Setting up the environment for debugging gdb.\n
2
3 b fatal
4
5 b info_command
6 commands
7         silent
8         return
9 end
10
11 define rr
12     run
13 end
14
15 set prompt (top-gdb)