branched to enable main branch to return to the old MMU handling code since the new style couldn't be made to work (for now).
This commit is contained in:
15
BaS_gcc_mmu/.gdbinit
Normal file
15
BaS_gcc_mmu/.gdbinit
Normal file
@@ -0,0 +1,15 @@
|
||||
#set disassemble-next-line on
|
||||
define tr
|
||||
!killall m68k-bdm-gdbserver
|
||||
target remote | m68k-bdm-gdbserver pipe /dev/bdmcf3
|
||||
#target remote | m68k-bdm-gdbserver pipe /dev/tblcf3
|
||||
#target dbug /dev/ttyS0
|
||||
#monitor bdm-reset
|
||||
end
|
||||
define tbtr
|
||||
target remote | m68k-bdm-gdbserver pipe /dev/tblcf3
|
||||
end
|
||||
source mcf5474.gdb
|
||||
set breakpoint auto-hw
|
||||
|
||||
|
||||
Reference in New Issue
Block a user