[Freeswitch-trunk] [commit] r12351 - freeswitch/trunk/support-d
FreeSWITCH SVN
mrene at freeswitch.org
Mon Mar 2 08:12:36 PST 2009
Author: mrene
Date: Mon Mar 2 10:12:36 2009
New Revision: 12351
Log:
Now with a document statement
Modified:
freeswitch/trunk/support-d/.gdbinit
Modified: freeswitch/trunk/support-d/.gdbinit
==============================================================================
--- freeswitch/trunk/support-d/.gdbinit (original)
+++ freeswitch/trunk/support-d/.gdbinit Mon Mar 2 10:12:36 2009
@@ -49,9 +49,14 @@
end
define event_dump
+ dont-repeat
set $x = $arg0->headers
while($x != 0x0)
printf "%s = %s\n", $x->name, $x->value
set $x = $x->next
end
+end
+document event_dump
+Usage: event_dump [switch_event_t*]
+Print and event's headers and values
end
\ No newline at end of file
More information about the Freeswitch-trunk
mailing list