]> xenbits.xensource.com Git - people/liuw/rumprun.git/commitdiff
Specifying -D no longer implies -p
authorAntti Kantee <pooka@iki.fi>
Sat, 2 May 2015 13:52:18 +0000 (13:52 +0000)
committerAntti Kantee <pooka@iki.fi>
Sat, 2 May 2015 13:52:18 +0000 (13:52 +0000)
This is issue #5 comment timeout, so I'll just go ahead and change it.

app-tools/rumprun

index d4bbff6744e8be81ce67c7ac45ed6eb592aa833e..e50bac8fffeb83d0729e496b7b9310a469e15c49 100755 (executable)
@@ -61,7 +61,7 @@ usage: rumprun STACK [ -ipd ] [ -D PORT ] [ -N NAME ] [ -M MEM ] [ -b BLKSPEC ]
     -i attaches to domain console on startup
     -p creates the domain but leaves it paused
     -d destroys the domain on poweroff
-    -D PORT attaches a GDB server on PORT to the domain, implies -p
+    -D PORT attaches a GDB server on PORT to the domain
     
     When run without -i the local domain id is printed to standard output
 EOM
@@ -238,7 +238,6 @@ run_xen()
                                err "'gdbsx' is required for -D, please install it."
                        fi
                        opt_debug=${OPTARG}
-                       opt_pause=1
                        ;;
                S)
                        opt_cansudo=true
@@ -329,7 +328,6 @@ run_qemu()
                        ;;
                D)
                        opt_debug="-gdb tcp::${OPTARG}"
-                       opt_pause="-S"
                        ;;
                S)
                        # ignored for now