You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rp...@apache.org on 2020/06/30 20:23:53 UTC

svn commit: r1879384 - /httpd/httpd/trunk/.gdbinit

Author: rpluem
Date: Tue Jun 30 20:23:52 2020
New Revision: 1879384

URL: http://svn.apache.org/viewvc?rev=1879384&view=rev
Log:
* Improve formating and aligning [skip ci]

Modified:
    httpd/httpd/trunk/.gdbinit

Modified: httpd/httpd/trunk/.gdbinit
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/.gdbinit?rev=1879384&r1=1879383&r2=1879384&view=diff
==============================================================================
--- httpd/httpd/trunk/.gdbinit (original)
+++ httpd/httpd/trunk/.gdbinit Tue Jun 30 20:23:52 2020
@@ -213,13 +213,13 @@ define dump_bucket_ex
             else
                 printmemn $data $datalen
             end
+            printf "]"
+            while $datalen < 20
+                printf " "
+                set $datalen = $datalen + 1
+            end
         else
-            printf "Invalid addresss %12lx", $data
-        end
-        printf "]"
-        while $datalen < 20
-            printf " "
-            set $datalen = $datalen + 1
+            printf "Iv addr %12lx]", $data
         end
 
         if $refcount != -1