[go: up one dir, main page]

File: library_calls.sh

package info (click to toggle)
finalcut 0.8.0-6
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 6,220 kB
  • sloc: cpp: 79,176; makefile: 517; sh: 395
file content (10 lines) | stat: -rwxr-xr-x 230 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

# Protokoliert Funktionsaufrufe in dynamisch hinzugelinkten Bibliotheken

PROG="ui"

LD_LIBRARY_PATH=../final/.libs/ ltrace -o ./$PROG.ltrace ../examples/.libs/$PROG
less ./$PROG.ltrace
rm -f ./$PROG.ltrace ./gmon.out