metalsvm/script.gdb
2011-08-02 15:58:20 +02:00

7 lines
162 B
Text

# Constant part of the script
symbol-file metalsvm.sym
target remote localhost:1234
# Configure breakpoints and everything as you wish here.
break main
continue