File: test_debug.sh

package info (click to toggle)
libxmlbird 1.2.15-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 308 kB
  • sloc: python: 649; xml: 122; sh: 51; makefile: 14
file content (7 lines) | stat: -rwxr-xr-x 154 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
#!/bin/sh

PKG_PATH=$(dirname "$(readlink -f "$0")")
cd "${PKG_PATH}"
LD_LIBRARY_PATH=./build/bin:$LD_LIBRARY_PATH gdb build/bin/minimal -ex "run "$@""