mirror of
https://github.com/justinian/jsix.git
synced 2025-12-10 00:14:32 -08:00
5 lines
98 B
Python
5 lines
98 B
Python
import time
|
|
time.sleep(3.5)
|
|
gdb.execute("target remote :1234")
|
|
gdb.execute("set waiting = false")
|