eduOS/debug.gdb

8 lines
124 B
Text
Raw Normal View History

# Constant part of the script
symbol-file eduos.sym
target remote localhost:1234
set architecture i386
break main
continue