Files
beast/scripts/run-with-gdb.sh
T

10 lines
184 B
Bash
Raw Normal View History

2016-04-27 14:58:07 +07:00
#!/bin/bash -u
set -e
gdb --silent \
--batch \
--return-child-result \
2016-05-07 17:06:46 -04:00
-ex="set print thread-events off" \
2016-04-27 14:58:07 +07:00
-ex=run \
-ex="thread apply all bt full" \
--args $@