summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xgpsfake2
1 files changed, 2 insertions, 0 deletions
diff --git a/gpsfake b/gpsfake
index 9d613ccd..3bb83629 100755
--- a/gpsfake
+++ b/gpsfake
@@ -200,8 +200,10 @@ if __name__ == '__main__':
doptions += " -D " + val
elif switch == '-g':
monitor = "xterm -e gdb -tui --args "
+ timeout = 0
elif switch == '-G':
monitor = "xterm -e lldb -- "
+ timeout = 0
elif switch == '-h':
usage()
elif switch == '-i':