freeswitch/support-d/utils/bt.sh

5 lines
169 B
Bash
Raw Normal View History

2015-01-06 21:09:50 +00:00
gdb /usr/local/freeswitch/bin/freeswitch $1 \
--eval-command='set pagination off' \
--eval-command='thread apply all bt' \
--eval-command='quit'