summaryrefslogtreecommitdiff
path: root/.gdbinit
diff options
context:
space:
mode:
authorRoy T. Fielding <fielding@apache.org>1999-08-26 06:23:55 +0000
committerRoy T. Fielding <fielding@apache.org>1999-08-26 06:23:55 +0000
commit96f8ecb70bb81df02c81a849b54d091640fe357b (patch)
treed269e50e99faf4659272cd03a66262e204cf4b25 /.gdbinit
parentc238bb5b8387cb2899ab203512a243f47500c447 (diff)
downloadhttpd-96f8ecb70bb81df02c81a849b54d091640fe357b.tar.gz
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
Diffstat (limited to '.gdbinit')
-rw-r--r--.gdbinit5
1 files changed, 5 insertions, 0 deletions
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