genode/repos/ports/run/gdb.run
Christian Prochaska ae899b9bc7 ports: add a test for GDB
Fixes #5014
2023-10-04 13:22:08 +02:00

8 lines
214 B
Plaintext

source ${genode_dir}/repos/ports/run/gdb.inc
# run socat for interaction with GDB
eval spawn socat - TCP:$host:$port
set gdb_id [list $spawn_id $genode_id]
source ${genode_dir}/repos/os/run/monitor_gdb_tests.inc