diff options
Diffstat (limited to '.gdbinit')
-rw-r--r-- | .gdbinit | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |