Johns release
[deliverable/binutils-gdb.git] / 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)
This page took 0.0298 seconds and 4 git commands to generate.