mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 05:37:54 +00:00
ae899b9bc7
Fixes #5014
8 lines
214 B
Plaintext
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
|