aboutsummaryrefslogtreecommitdiff
path: root/ltrace.1
diff options
context:
space:
mode:
authorJuan Cespedes <cespedes@debian.org>2001-07-02 00:52:45 +0200
committerJuan Cespedes <cespedes@debian.org>2001-07-02 00:52:45 +0200
commit5b3ffdf2e696273d38434ff7b3c26349fff5a0ea (patch)
treee2dfad2260e9d75ab483d8e92ed82d916bf69f39 /ltrace.1
parent2f93d96a05b3d2b38a777ff0333e803cc84f8feb (diff)
downloadltrace-5b3ffdf2e696273d38434ff7b3c26349fff5a0ea.tar.gz
Version: 0.3.11
* Clean up lintian bugs * Fixed small bug reading start of arguments in config file * Keep a stack of nested calls (Morten Eriksen, 1999-07-04) * Add "--indent" option (Morten Eriksen, 1999-07-04) * cleans up connection between a breakpoint address and a call instance (Morten Eriksen, 1999-07-04) * New Standards-Version (3.5.5)
Diffstat (limited to 'ltrace.1')
-rw-r--r--ltrace.18
1 files changed, 7 insertions, 1 deletions
diff --git a/ltrace.1 b/ltrace.1
index 0770479..3846f34 100644
--- a/ltrace.1
+++ b/ltrace.1
@@ -6,7 +6,7 @@ ltrace \- A library call tracer
.SH SYNOPSIS
.B ltrace
-.I "[-dfiLSrtttChV] [-a column] [-s strsize] [-o filename] [-u username] [-p pid] ... [-e expr] [--debug] [--demangle] [--align=column] [--output=filename] [--help] [--version] [command [arg ...]]"
+.I "[-dfiLSrtttChV] [-a column] [-s strsize] [-o filename] [-n nr] [-u username] [-p pid] ... [-e expr] [--debug] [--demangle] [--align=column] [--output=filename] [--indent=nr] [--help] [--version] [command [arg ...]]"
.SH DESCRIPTION
.B ltrace
@@ -74,6 +74,12 @@ Write the trace output to the file
.I filename
rather than to stderr.
.TP
+.I \-n, \-\-indent nr
+Indent trace output by
+.I nr
+number of spaces for each new nested call. Using this option makes
+the program flow visualization easy to follow.
+.TP
.I \-u username
Run command with the userid, groupid and supplementary groups of
.IR username .