diff options
Diffstat (limited to 'gdb/.gdbinit')
-rw-r--r-- | gdb/.gdbinit | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/.gdbinit b/gdb/.gdbinit index 3adc483..0bf56a6 100644 --- a/gdb/.gdbinit +++ b/gdb/.gdbinit @@ -10,4 +10,7 @@ commands return end +dir ../mmalloc +dir ../libiberty +dir ../bfd set prompt (top-gdb) |