eduOS/debug.gdb

7 lines
124 B
Text

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