diff options
author | Cliff Woolley <jwoolley@apache.org> | 2002-04-24 00:52:16 +0200 |
---|---|---|
committer | Cliff Woolley <jwoolley@apache.org> | 2002-04-24 00:52:16 +0200 |
commit | 889085f1bc4f2e35dcdc416d25b6d31ae63a093e (patch) | |
tree | 2b944dc784c4bc91bc744281d8563ed5ea97b10e /.gdbinit | |
parent | Switch to using new exp_* macros to fix disjointedness problems. (diff) | |
download | apache2-889085f1bc4f2e35dcdc416d25b6d31ae63a093e.tar.xz apache2-889085f1bc4f2e35dcdc416d25b6d31ae63a093e.zip |
formatting buglet
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94774 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '.gdbinit')
-rw-r--r-- | .gdbinit | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -106,6 +106,7 @@ define dump_bucket_ex # buckets that contain data not in memory (ie not printable) print_bkt_datacol "contents" "[**unprintable**%c" ']' $sh + printf " " if $bucket->type == &apr_bucket_type_file set $refcount = ((apr_bucket_refcount *)$bucket->data)->refcount print_bkt_datacol "rc" "%d" $refcount $sh |