summaryrefslogtreecommitdiff
path: root/.gdbinit
Commit message (Collapse)AuthorAgeFilesLines
* * .gdbinit (dump_bucket_ex): Use a string comparison with the bucketJoe Orton2023-01-091-1/+1
| | | | | | | | | type name rather than a type pointer comparison, so this .gdbinit is usable outside httpd. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1906481 13f79535-47bb-0310-9956-ffa450edef68
* * Improve formating and aligning [skip ci]Ruediger Pluem2020-06-301-6/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1879384 13f79535-47bb-0310-9956-ffa450edef68
* * Use isValidAddress when dumping buckets [skip ci]Ruediger Pluem2020-06-301-5/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1879383 13f79535-47bb-0310-9956-ffa450edef68
* * Create helper function isValidAddress to determine if an address is valid ↵Ruediger Pluem2020-06-301-0/+21
| | | | | | [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1879382 13f79535-47bb-0310-9956-ffa450edef68
* * Let dump_brigade print the length of the brigadeRuediger Pluem2020-06-301-0/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1879381 13f79535-47bb-0310-9956-ffa450edef68
* .gdbinit: fix dump_table indentation [skip ci]Yann Ylavic2020-05-291-6/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1878265 13f79535-47bb-0310-9956-ffa450edef68
* .gdbinit: tabs to spaces [skip ci]Yann Ylavic2020-05-291-11/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1878263 13f79535-47bb-0310-9956-ffa450edef68
* .gdbinit: better dump_pool_and_children indentation [skip ci]Yann Ylavic2020-05-291-6/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1878262 13f79535-47bb-0310-9956-ffa450edef68
* .gdbinit: no child_cleanup_fn for pre_cleanups [skip ci]Yann Ylavic2020-05-281-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1878249 13f79535-47bb-0310-9956-ffa450edef68
* .gdbinit: fix copy/paste dup [skip ci]Yann Ylavic2020-05-281-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1878248 13f79535-47bb-0310-9956-ffa450edef68
* .gdbinit: dump pool (pre_)cleanups [skip ci]Yann Ylavic2020-05-281-4/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1878247 13f79535-47bb-0310-9956-ffa450edef68
* .gdbinit: align columns [skip ci]Yann Ylavic2020-05-261-9/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1878140 13f79535-47bb-0310-9956-ffa450edef68
* gdbinit: print bucket fd when available.Yann Ylavic2020-04-171-13/+27
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1876679 13f79535-47bb-0310-9956-ffa450edef68
* gdbinit: more address colomn space for 64bit.Yann Ylavic2020-04-171-5/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1876678 13f79535-47bb-0310-9956-ffa450edef68
* * Use a loop instead of recursion to iterate over pool siblingsRuediger Pluem2020-03-031-7/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1874723 13f79535-47bb-0310-9956-ffa450edef68
* * Make it obsolete to supply a starting poolRuediger Pluem2019-08-291-2/+6
| | | | | | | | | | | Improve dump_all_pools by making it obsolete to supply a starting pool. If the parameter is not supplied ap_pglobal which is a global symbol is used as starting pool. The pool parameter is still accepted and considered for backwards compatibility or if ap_pglobal cannot be resolved. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1866078 13f79535-47bb-0310-9956-ffa450edef68
* * Add a command to dump some data from the scoreboardRuediger Pluem2018-10-261-0/+22
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1844889 13f79535-47bb-0310-9956-ffa450edef68
* Dump server_rec ->addrs list in dump_server_rec.Joe Orton2018-04-131-2/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1829048 13f79535-47bb-0310-9956-ffa450edef68
* * Make it compatible with Python 3Ruediger Pluem2017-10-091-4/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1811570 13f79535-47bb-0310-9956-ffa450edef68
* * The calculation of the sizes was flawed:Ruediger Pluem2017-10-091-5/+5
| | | | | | | | | The index tells us the size of the node in 4096 byte pages minus 1. Hence we need to multiply back with 4096 aka << 12 (plus adding the missing page). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1811569 13f79535-47bb-0310-9956-ffa450edef68
* * Convert to int before usingRuediger Pluem2017-10-091-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1811541 13f79535-47bb-0310-9956-ffa450edef68
* * It needs to be the dereferenced nodeRuediger Pluem2017-10-091-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1811540 13f79535-47bb-0310-9956-ffa450edef68
* * Take the pointer from Yann: s/childs/children/Ruediger Pluem2017-10-061-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1811285 13f79535-47bb-0310-9956-ffa450edef68
* * Add dump_all_pools and dump_pool_and_childs.Ruediger Pluem2017-10-051-0/+92
| | | | | | | | | | | | | - 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
* * Correctly dump pools that have no tagRuediger Pluem2017-09-181-1/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1808671 13f79535-47bb-0310-9956-ffa450edef68
* .gdbinit: Add dump_skiplist.Yann Ylavic2015-03-131-0/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1666617 13f79535-47bb-0310-9956-ffa450edef68
* improve dump_allocator, add dump_one_poolStefan Fritsch2012-06-221-1/+23
| | | | | | | | | - dump_one_pool dumps the size of a pool not including child pools - dump_allocator now dumps the size of the memnodes and not the last used free size. Also dump the total size. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1352909 13f79535-47bb-0310-9956-ffa450edef68
* * .gdbinit: Add dump_request_tree macro.Joe Orton2011-01-151-0/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1059357 13f79535-47bb-0310-9956-ffa450edef68
* * .gdbinit: You are in a maze of twisty little subrequests, all alike...Joe Orton2010-06-081-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@952560 13f79535-47bb-0310-9956-ffa450edef68
* * .gdbinit: Add dump_filter_chain macro.Joe Orton2010-06-071-0/+26
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@952361 13f79535-47bb-0310-9956-ffa450edef68
* * .gdbinit (dump_table): Dump pointer value of table entries, Joe Orton2009-05-081-1/+1
| | | | | | | sometimes useful. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@773039 13f79535-47bb-0310-9956-ffa450edef68
* * .gdbinit: Add a few useful macros, and set defaultsJoe Orton2007-06-201-2/+58
| | | | | | | for signal handling appropriate for httpd debugging. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@549136 13f79535-47bb-0310-9956-ffa450edef68
* * .gdbinit (dump_table): Handle NULL value pointers.Joe Orton2005-01-241-1/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@126286 13f79535-47bb-0310-9956-ffa450edef68
* fix some declarations so dump_bucket and dump_brigade will work in gdb-5.3Brian Pane2003-08-091-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100957 13f79535-47bb-0310-9956-ffa450edef68
* formatting bugletCliff Woolley2002-04-231-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94774 13f79535-47bb-0310-9956-ffa450edef68
* Whoops, NULL is a macro, hence not available hereCliff Woolley2002-04-231-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94772 13f79535-47bb-0310-9956-ffa450edef68
* A *major* upgrade for the dump_brigade and dump_bucket gdb macros.Cliff Woolley2002-04-111-16/+170
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94602 13f79535-47bb-0310-9956-ffa450edef68
* macros for dumping the list of server_recsDoug MacEachern2001-11-221-0/+32
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92116 13f79535-47bb-0310-9956-ffa450edef68
* add dump_filters macro for printing r->{input,output}_filters chain infoDoug MacEachern2001-07-181-0/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89598 13f79535-47bb-0310-9956-ffa450edef68
* adjust to namechangesDoug MacEachern2001-01-211-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87782 13f79535-47bb-0310-9956-ffa450edef68
* handy aliasDoug MacEachern2001-01-181-1/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87716 13f79535-47bb-0310-9956-ffa450edef68
* add dump_{bucket,brigade} macrosDoug MacEachern2001-01-021-0/+36
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87566 13f79535-47bb-0310-9956-ffa450edef68
* update this lil gemDoug MacEachern2000-12-201-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87445 13f79535-47bb-0310-9956-ffa450edef68
* A run alias for personal use.Roy T. Fielding1999-08-261-0/+5
| | | | | | | Submitted by: Dean Gaudet git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83761 13f79535-47bb-0310-9956-ffa450edef68
* Apache 1.3.9 baseline for the Apache 2.0 repository.Roy T. Fielding1999-08-241-0/+28
Obtained from: Apache 1.3.9 (minus unused files), tag APACHE_1_3_9 Submitted by: Apache Group git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83748 13f79535-47bb-0310-9956-ffa450edef68