]> granicus.if.org Git - apache/commit
Merge r1811192, r1811285 from trunk:
authorRuediger Pluem <rpluem@apache.org>
Fri, 6 Oct 2017 07:06:10 +0000 (07:06 +0000)
committerRuediger Pluem <rpluem@apache.org>
Fri, 6 Oct 2017 07:06:10 +0000 (07:06 +0000)
commit38f19fc3e4f2a6e0bf9bc2ae71bb86982d43fa64
treecaa989b85205239af376461e488b7fa89dd51b9e
parentcf50743ba1aff4f20c54bcc750558d32514f3673
Merge r1811192, r1811285 from trunk:

* 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.

* Take the pointer from Yann: s/childs/children/

Submitted by: rpluem

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1811296 13f79535-47bb-0310-9956-ffa450edef68
.gdbinit