From: Brian West Date: Thu, 15 Jan 2009 19:20:05 +0000 (+0000) Subject: add fsgdb X-Git-Tag: v1.0.3~721 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac91c18c5a6e9667f890ab4e85ed394d05f91967;p=thirdparty%2Ffreeswitch.git add fsgdb git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11228 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/support-d/.bashrc b/support-d/.bashrc index 899b67e92e..6982cc3335 100644 --- a/support-d/.bashrc +++ b/support-d/.bashrc @@ -26,4 +26,5 @@ alias tcommit='svn commit --no-auth-cache --username=anthm' alias mcommit='svn commit --no-auth-cache --username=mikej' alias dp='emacs /usr/local/freeswitch/conf/dialplan/default.xml' alias fstop='top -p `cat /usr/local/freeswitch/log/freeswitch.pid`' +alias fsgdb='gdb /usr/local/freeswitch/bin/freeswitch `cat /usr/local/freeswitch/log/freeswitch.pid`' # End of file