]> git.saurik.com Git - apt.git/commitdiff
add $* to gdb to make it more useful
authorMichael Vogt <mvo@debian.org>
Fri, 18 Oct 2013 06:32:14 +0000 (08:32 +0200)
committerMichael Vogt <mvo@debian.org>
Fri, 18 Oct 2013 06:32:14 +0000 (08:32 +0200)
test/integration/framework

index 28ccb4d9f7553503c953bb49bc36d1423b3f54f1..20f3487cc242dd08436d261d579acf673413d9e5 100644 (file)
@@ -116,7 +116,7 @@ aptitude() {
 }
 gdb() {
        echo "gdb: run »$*«"
-       APT_CONFIG=aptconfig.conf LD_LIBRARY_PATH=${BUILDDIRECTORY} $(which gdb) ${BUILDDIRECTORY}/$1
+       APT_CONFIG=aptconfig.conf LD_LIBRARY_PATH=${BUILDDIRECTORY} $(which gdb) ${BUILDDIRECTORY}/$1 --args $*
 }
 http() {
        LD_LIBRARY_PATH=${BUILDDIRECTORY} ${BUILDDIRECTORY}/methods/http