mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-15 06:50:36 +03:00
19 lines
237 B
Plaintext
19 lines
237 B
Plaintext
|
echo Setting up the environment for debugging gdb.\n
|
||
|
|
||
|
set complaints 1
|
||
|
|
||
|
b fatal
|
||
|
|
||
|
b info_command
|
||
|
commands
|
||
|
silent
|
||
|
return
|
||
|
end
|
||
|
|
||
|
dir @srcdir@
|
||
|
dir .
|
||
|
dir @srcdir@/../mmalloc
|
||
|
dir @srcdir@/../libiberty
|
||
|
dir @srcdir@/../bfd
|
||
|
set prompt (top-gdb)
|