cr100/run-gdb.sh

2 lines
96 B
Bash
Executable file

#!/bin/sh
exec gdb-multiarch --eval-command "target extended-remote :3333" build/cr100.elf "$@"