1. 13 Oct, 2017 8 commits
  2. 12 Oct, 2017 8 commits
  3. 11 Oct, 2017 3 commits
  4. 10 Oct, 2017 16 commits
  5. 09 Oct, 2017 3 commits
  6. 08 Oct, 2017 1 commit
  7. 06 Oct, 2017 1 commit
    • Ruediger Pluem's avatar
      Merge r1811192, r1811285 from trunk: · c9ad9e7d
      Ruediger Pluem authored
      * 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
      c9ad9e7d