From: Roy T. Fielding Date: Thu, 26 Aug 1999 06:23:55 +0000 (+0000) Subject: A run alias for personal use. X-Git-Tag: PRE_APR_CHANGES~41 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=96f8ecb70bb81df02c81a849b54d091640fe357b;p=apache A run alias for personal use. Submitted by: Dean Gaudet git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83761 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/.gdbinit b/.gdbinit index 564d9c3a25..4ab8336971 100644 --- a/.gdbinit +++ b/.gdbinit @@ -14,6 +14,11 @@ document dump_table Print the key/value pairs in a table. end + +define rh + run -f /home/dgaudet/ap2/conf/mpm.conf +end + define dump_string_array set $a = (char **)((array_header *)$arg0)->elts set $n = (int)((array_header *)$arg0)->nelts