mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 22:23:16 +00:00
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
|