File: run.gdb

package info (click to toggle)
gemrb 0.9.4%2Bdfsg-1
  • links: PTS, VCS
  • area: contrib
  • in suites: forky, sid, trixie
  • size: 21,960 kB
  • sloc: cpp: 140,145; python: 30,926; ansic: 4,405; objc: 731; sh: 311; java: 105; xml: 69; makefile: 7
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}