blob: 5ccc81a7ba26eba1184b8929e019ae00f26fa478 [file] [log] [blame]
Juan Cespedes07461b61997-08-22 15:29:10 +02001.\" Copyright (c) 1997 Juan Cespedes <cespedes@etsit.upm.es>
2.\" This file is covered by the GNU GPL
3.TH ltrace 1
4.SH NAME
5ltrace \- A library call tracer
6
7.SH SYNOPSIS
8.B ltrace
9.I "[-d] [-o filename] command [arg ...]"
10
11.SH DESCRIPTION
12.B ltrace
13is a program that simply runs the specified
14.I command
15until it exits. It intercepts and records the dynamic library calls
16which are called by the executed process and the signals which are
17received by that process.
18.PP
19Its use is very similar to
20.BR strace (1).
21
22.SH OPTIONS
23.TP
24.I \-d
Juan Cespedes1afec691997-08-23 21:31:46 +020025Increase the debugging level.
Juan Cespedes07461b61997-08-22 15:29:10 +020026.TP
27.I \-o filename
28Write the trace output to the file
29.I filename
30rather than to stderr.
31
32.SH BUGS
33At the moment, there are too many bugs to list here.
34.PP
35If you like to report a bug, send a notice to the author.
36
37.SH AUTHOR
38Juan Cespedes <cespedes@etsit.upm.es>
39
40.SH "SEE ALSO"
41.BR strace(1) ,
42.BR ptrace(2)
43