forked from Mirrors/freeswitch
5 lines
169 B
Bash
5 lines
169 B
Bash
gdb /usr/local/freeswitch/bin/freeswitch $1 \
|
|
--eval-command='set pagination off' \
|
|
--eval-command='thread apply all bt' \
|
|
--eval-command='quit'
|