Updated php-5.x compatibility ($HTTP_SERVER_VARS).
[nethome.git] / .gdbinit
index f60ba04..f27eca6 100644 (file)
--- a/.gdbinit
+++ b/.gdbinit
@@ -1,4 +1,4 @@
-set history filename /home/short/.gdb_history
+set history filename /home/lace/.gdb_history
 set history save on
 define rt
        break $arg0
@@ -6,14 +6,12 @@ define rt
 #      clear $arg0
        end
 define ct
-       break $arg0
+       tbreak $arg0
        continue
-       clear $arg0
        end
 define rtl
-       break main
+       tbreak main
        run
-       clear main
        break $arg0
        continue
 #      clear $arg0
@@ -21,6 +19,7 @@ define rtl
 define pglist3
        if (*("$arg1")=='@')
                set var $arg1=struct $arg1
+               end
        set var $pglist_list=$arg0
        while ($pglist_list)
                if (!strcmp("$arg2","."))