]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Now with a document statement
authorMathieu Rene <mrene@avgs.ca>
Mon, 2 Mar 2009 16:12:36 +0000 (16:12 +0000)
committerMathieu Rene <mrene@avgs.ca>
Mon, 2 Mar 2009 16:12:36 +0000 (16:12 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12351 d0543943-73ff-0310-b7d9-9358b9ac24b2

support-d/.gdbinit

index 52ed0ee9ef1351a9d4e4b93e58415254726cb40d..420cec1562b3d529f7308467c9d9c08f7a698089 100644 (file)
@@ -49,9 +49,14 @@ Prints the content of a hashtable displaying the key as a string and a specific
 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