mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 21:19:54 +00:00
56b73ad2e3
* .gdbinit: Move list-objfiles to gdb.gdb.
17 lines
191 B
Plaintext
17 lines
191 B
Plaintext
echo Setting up the environment for debugging gdb.\n
|
|
|
|
set complaints 1
|
|
|
|
b fatal
|
|
|
|
b info_command
|
|
commands
|
|
silent
|
|
return
|
|
end
|
|
|
|
dir ../mmalloc
|
|
dir ../libiberty
|
|
dir ../bfd
|
|
set prompt (top-gdb)
|