mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 22:23:16 +00:00
64b3ab59b0
Issue #5019
7 lines
210 B
Plaintext
7 lines
210 B
Plaintext
source ${genode_dir}/repos/ports/run/gdb.inc
|
|
|
|
# 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
|