mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
committed by
Christian Helmuth
parent
66c2c74147
commit
64b3ab59b0
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user