Add debugging files to build process

This commit is contained in:
Justin C. Miller
2019-03-10 23:34:47 -07:00
parent cd2ccb4e06
commit 2955e6c9c1
3 changed files with 7 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
import time
time.sleep(2.5)
gdb.execute("target remote :1234")
gdb.execute("set waiting = false")