File: run.gdb

package info (click to toggle)
gemrb 0.8.4-1
  • links: PTS, VCS
  • area: contrib
  • in suites: stretch
  • size: 32,272 kB
  • ctags: 18,427
  • sloc: cpp: 123,672; python: 31,319; ansic: 2,060; objc: 756; sh: 566; makefile: 466; perl: 178; java: 105
file content (4 lines) | stat: -rwxr-xr-x 224 bytes parent folder | download | duplicates (4)
1
2
3
4
# meant to be run from the build dir
# can be passed a different gemrb.cfg as parameter1
gdb -q -iex "set breakpoint pending on" -iex "b abort" -ex run \
  --args ${0%%/*}/build/gemrb/gemrb -c ${0%%/*}/build/${1:-gemrb.cfg}