]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
add 'info threads' to fscore_pb
authorAnthony Minessale <anthm@freeswitch.org>
Wed, 24 Aug 2011 20:00:01 +0000 (15:00 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Wed, 24 Aug 2011 20:00:01 +0000 (15:00 -0500)
support-d/fscore_pb

index ea63ebd295c4c92c3d91b7f92d7b1fc8ebd5693f..66c049a8631ad0913195b1284e1c8233055d06f6 100755 (executable)
@@ -109,6 +109,9 @@ echo $line >> $post_file
 gdb $prefix/bin/freeswitch `echo $core | tail -n1` \
         --eval-command="echo \n\n" \
         --eval-command="set pagination off" \
+        --eval-command="echo Thread Info\n" \
+        --eval-command="echo $line\n" \
+        --eval-command="info threads" \
         --eval-command="echo Stack Trace\n" \
         --eval-command="echo $line\n" \
         --eval-command="bt" \