mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-07 20:00:23 +00:00
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
|