metalsvm/script.gdb

8 lines
162 B
Plaintext

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