Add dir commands to find sources.
This commit is contained in:
parent
5fe3a1e907
commit
5e6d32d6b0
@ -1,5 +1,7 @@
|
||||
echo Setting up the environment for debugging gdb.\n
|
||||
|
||||
set complaints 1
|
||||
|
||||
b fatal
|
||||
|
||||
b info_command
|
||||
@ -8,8 +10,14 @@ commands
|
||||
return
|
||||
end
|
||||
|
||||
define rr
|
||||
run
|
||||
end
|
||||
dir ../../dist/gdb
|
||||
dir ../../dist/readline
|
||||
|
||||
set prompt (top-gdb)
|
||||
dir ../../lib/bfd
|
||||
|
||||
dir ../../dist/bfd
|
||||
dir ../../dist/opcodes
|
||||
dir ../../dist/libiberty
|
||||
dir ../../dist/include
|
||||
|
||||
set prompt (top-gdb)
|
||||
|
Loading…
Reference in New Issue
Block a user