From 96f8ecb70bb81df02c81a849b54d091640fe357b Mon Sep 17 00:00:00 2001 From: "Roy T. Fielding" Date: Thu, 26 Aug 1999 06:23:55 +0000 Subject: 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 --- .gdbinit | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.gdbinit') 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 -- cgit v1.2.1