NetBSD/gnu/usr.bin/gdb/.gdbinit

28 lines
401 B
Plaintext
Raw Normal View History

1997-10-18 23:12:11 +04:00
# $NetBSD: .gdbinit,v 1.3 1997/10/18 19:12:11 gwr Exp $
# .gdbinit for debugging gdb with itself
1993-03-21 12:45:37 +03:00
echo Setting up the environment for debugging gdb.\n
1997-10-18 23:09:38 +04:00
set complaints 1
1993-03-21 12:45:37 +03:00
b fatal
b info_command
commands
silent
return
end
1997-10-18 23:09:38 +04:00
dir ../../dist/gdb
dir ../../dist/readline
dir ../../lib/bfd
dir ../../dist/bfd
dir ../../dist/opcodes
dir ../../dist/libiberty
dir ../../dist/include
1993-03-21 12:45:37 +03:00
1997-10-18 23:09:38 +04:00
set prompt (top-gdb)