summaryrefslogtreecommitdiff
path: root/other/travis/toxcore-after_failure
blob: e1f5c39963d55b4ec1501f7794c0904613219f6c (plain)
1
2
3
4
5
6
7
#!/bin/sh

if [ -d /cores ]; then
  for core in /cores/*; do
    lldb --core $core --one-line "bt all" < /dev/null
  done
fi