]> granicus.if.org Git - apache/commitdiff
A run alias for personal use.
authorRoy T. Fielding <fielding@apache.org>
Thu, 26 Aug 1999 06:23:55 +0000 (06:23 +0000)
committerRoy T. Fielding <fielding@apache.org>
Thu, 26 Aug 1999 06:23:55 +0000 (06:23 +0000)
Submitted by: Dean Gaudet

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83761 13f79535-47bb-0310-9956-ffa450edef68

.gdbinit

index 564d9c3a2556a116fc13759df953f589240cad43..4ab833697153338186fc380c6f8b6779984a7ab9 100644 (file)
--- 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