gdb_interactive.run: pass Ctrl-C to GDB on hardware

Issue #5019
This commit is contained in:
Christian Prochaska 2023-10-08 19:07:56 +02:00 committed by Christian Helmuth
parent 66c2c74147
commit 64b3ab59b0

View File

@ -1,6 +1,6 @@
source ${genode_dir}/repos/ports/run/gdb.inc
# run socat for interaction with GDB
exec [terminal] -e "socat - TCP:$host:$port" &
# run socat for interaction with GDB (quit socat with 'Ctrl-]')
exec [terminal] -e "socat -,raw,echo=0,opost=1,escape=29 TCP:$host:$port" &
interact -i $genode_id