Files
codezero/.gdbinit
Bahadir Balban 4b1abc60a6 Various minor fixes.
Removed some commented out code.
Removed excessive printfs.
Fixed spid not initialising for mm0
Fixed some faults with fs0.

TODO:
- Need to store vfs files in a separate list.
- Need to define vnum as a vfs-file-specific data, i.e. in priv_data field of vm_file.
- Need to then fix vfs_receive_sys_open.
2008-03-24 22:39:21 +00:00

9 lines
113 B
Plaintext

target remote localhost:1234
load final.axf
stepi
sym final.axf
break break_virtual
continue
stepi
sym start.axf