]> granicus.if.org Git - apache/commit
* Add dump_all_pools and dump_pool_and_childs.
authorRuediger Pluem <rpluem@apache.org>
Thu, 5 Oct 2017 12:01:25 +0000 (12:01 +0000)
committerRuediger Pluem <rpluem@apache.org>
Thu, 5 Oct 2017 12:01:25 +0000 (12:01 +0000)
commit6bbd435974247b2a3f73682f607658e8b3ab5eff
tree21a36674e012f1384ebb9e809f8489932665e64d
parenta82d0865895b474ff8d00a868edbe7fcb6f8c051
* Add dump_all_pools and dump_pool_and_childs.

  - dump_all_pools: Dump the whole pool hierarchy starting from apr_global_pool.
                    Requires an arbitrary pool as starting parameter.
  - dump_pool_and_childs: Dump the whole pool hierarchy starting from
                          the given pool.

  dump_pool_and_childs is written in Python using the GDB Python API
  as doing recursive stuff in standard GDB macros is very difficult.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1811192 13f79535-47bb-0310-9956-ffa450edef68
.gdbinit