1991-03-28 17:28:29 +01:00
|
|
|
echo Setting up the environment for debugging gdb.\n
|
|
|
|
|
1991-09-20 21:26:09 +02:00
|
|
|
set complaints 1
|
|
|
|
|
1991-03-28 17:28:29 +01:00
|
|
|
b fatal
|
|
|
|
|
|
|
|
b info_command
|
|
|
|
commands
|
|
|
|
silent
|
|
|
|
return
|
|
|
|
end
|
|
|
|
|
1992-03-15 02:13:26 +01:00
|
|
|
dir ../mmalloc
|
|
|
|
dir ../libiberty
|
|
|
|
dir ../bfd
|
1991-03-28 17:28:29 +01:00
|
|
|
set prompt (top-gdb)
|