aboutsummaryrefslogtreecommitdiff
path: root/ltrace.1
diff options
context:
space:
mode:
authorPetr Machata <pmachata@redhat.com>2012-09-03 22:47:21 +0200
committerPetr Machata <pmachata@redhat.com>2012-09-03 22:47:21 +0200
commitd57c9f8a8515781d687ce57eadc371038cd01526 (patch)
treead266e243c50aff6fa4801dd9759f5b8f0657817 /ltrace.1
parentbbca48329c87640e54054c48f87317b637f8477c (diff)
downloadltrace-d57c9f8a8515781d687ce57eadc371038cd01526.tar.gz
Remove remnants of PLT_REINITIALISATION_BP
This was only ever used for PowerPC, which doesn't need it anymore.
Diffstat (limited to 'ltrace.1')
-rw-r--r--ltrace.110
1 files changed, 1 insertions, 9 deletions
diff --git a/ltrace.1 b/ltrace.1
index 604f4da..fb64289 100644
--- a/ltrace.1
+++ b/ltrace.1
@@ -7,7 +7,7 @@ ltrace \- A library call tracer
.SH SYNOPSIS
.B ltrace
-.I "[-bCfghiLrStttV] [-a column] [-A maxelts] [-D level] [-e expr] [-l filename] [-n nr] [-o filename] [-p pid] ... [-s strsize] [-u username] [-w count] [-X extern] [-x extern] ... [--align=column] [--debug=level] [--demangle] [--help] [--indent=nr] [--library=filename] [--no-signals] [--output=filename] [--version] [--where=NR] [command [arg ...]]"
+.I "[-bCfghiLrStttV] [-a column] [-A maxelts] [-D level] [-e expr] [-l filename] [-n nr] [-o filename] [-p pid] ... [-s strsize] [-u username] [-w count] [-x extern] ... [--align=column] [--debug=level] [--demangle] [--help] [--indent=nr] [--library=filename] [--no-signals] [--output=filename] [--version] [--where=NR] [command [arg ...]]"
.SH DESCRIPTION
.B ltrace
@@ -158,14 +158,6 @@ correct execution of setuid and/or setgid binaries.
Show backtrace of NR stack frames for each traced function. This option enabled
only if libunwind support was enabled at compile time.
.TP
-.I \-X extern
-Some architectures need to know where to set a breakpoint that will be hit
-after the dynamic linker has run. If this flag is used, then the breakpoint
-is set at
-.IR extern ,
-which must be an external function. By default, '_start' is used.
-NOTE: this flag is only available on the architectures that need it.
-.TP
.I \-x filter
A qualifying expression which modifies which symbol table entry points
to trace. The format of the filter expression is described in the