File: debug-test.sh

package info (click to toggle)
libdfp 1.0.17-0.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 16,172 kB
  • sloc: ansic: 255,724; sh: 4,225; makefile: 703; awk: 461; python: 432; cpp: 254
file content (11 lines) | stat: -rw-r--r-- 326 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash

if test -z "$1"; then
	echo "$1 must be the test-*.conf file name you wish to debug."
fi
	source ./debug-test.conf
	source ./$1

# Depending on whether a [system|standalone] loader or a non-installed glibc
# build's loader this will be invoked differently.
$DBG -x ${GDB_SCRIPT} -d ${LIBDFP_SRC} ${APP_OR_LOADER}