URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [insight/] [gdb/] [.gdbinit] - Rev 1770
Go to most recent revision | Compare with Previous | Blame | View Log
echo Setting up the environment for debugging gdb.\n
set complaints 1
b internal_error
b info_command
commands
silent
return
end
dir .
dir .
dir ./../mmalloc
dir ./../libiberty
dir ./../bfd
set prompt (top-gdb)
Go to most recent revision | Compare with Previous | Blame | View Log