[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r6058 - in glibc-package/trunk/debian: . debhelper.in local/manpages



Author: aurel32
Date: 2014-05-08 20:38:32 +0000 (Thu, 08 May 2014)
New Revision: 6058

Added:
   glibc-package/trunk/debian/local/manpages/sotruss.1
Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/debhelper.in/libc-dev-bin.manpages
Log:
local/manpages/sotruss.1: new manpage.

Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2014-05-08 11:11:29 UTC (rev 6057)
+++ glibc-package/trunk/debian/changelog	2014-05-08 20:38:32 UTC (rev 6058)
@@ -43,6 +43,7 @@
   * testsuite-checking/expected-results-mips*el: re-add tst-tls2.out and
     tst-tls3.out (remove in the latest cleanup) as they still occasionally
     fail.
+  * local/manpages/sotruss.1: new manpage.
 
  -- Adam Conrad <adconrad@0c3.net>  Sun, 27 Apr 2014 23:15:13 -0600
 

Modified: glibc-package/trunk/debian/debhelper.in/libc-dev-bin.manpages
===================================================================
--- glibc-package/trunk/debian/debhelper.in/libc-dev-bin.manpages	2014-05-08 11:11:29 UTC (rev 6057)
+++ glibc-package/trunk/debian/debhelper.in/libc-dev-bin.manpages	2014-05-08 20:38:32 UTC (rev 6058)
@@ -1,4 +1,5 @@
 debian/local/manpages/gencat.1
 debian/local/manpages/mtrace.1
 debian/local/manpages/rpcgen.1 
+debian/local/manpages/sotruss.1
 debian/local/manpages/sprof.1

Added: glibc-package/trunk/debian/local/manpages/sotruss.1
===================================================================
--- glibc-package/trunk/debian/local/manpages/sotruss.1	                        (rev 0)
+++ glibc-package/trunk/debian/local/manpages/sotruss.1	2014-05-08 20:38:32 UTC (rev 6058)
@@ -0,0 +1,52 @@
+.TH SOTRUSS "1" "May 2014" "sotruss" "User Commands"
+.SH NAME
+sotruss \- trace shared library calls through PLT
+.SH SYNOPSIS
+.B sotruss
+[\fI\,OPTION\/\fR...] [\fI\,--\/\fR] \fI\,EXECUTABLE \/\fR[\fI\,EXECUTABLE-OPTION\/\fR...]
+.SH DESCRIPTION
+.B sotruss 
+is a small wrapper around
+.B ld.so
+that runs the specified
+.I executable
+until it exits. It intercepts and produce a trace of the dynamic library calls which
+are called by the executed process via the Procedure Linkage Table (PLT). It
+outputs the caller, the calle and the parameters as each call is executed.
+.SH OPTIONS
+.TP
+\fB\-F\fR, \fB\-\-from\fR FROMLIST
+Trace calls from objects on FROMLIST.
+.TP
+\fB\-T\fR, \fB\-\-to\fR TOLIST
+Trace calls to objects on TOLIST.
+.TP
+\fB\-e\fR, \fB\-\-exit\fR
+Also show exits from the function calls.
+.TP
+\fB\-f\fR, \fB\-\-follow\fR
+Trace child processes as they are created by currently traced processes as a result of the
+.BR fork(2)
+system call.
+.TP
+\fB\-o\fR, \fB\-\-output\fR FILENAME
+Write output to FILENAME (or FILENAME. in case
+\fB\-f\fR is also used) instead of standard error.
+.TP
+\-?, \fB\-\-help\fR
+Give this help list
+.TP
+\fB\-\-usage\fR
+Give a short usage message
+.TP
+\fB\-\-version\fR
+Print program version
+.SH AUTHOR
+Written by Ulrich Drepper.
+.SH COPYRIGHT
+Copyright \(co 2013 Free Software Foundation, Inc.
+.br
+This is free software; see the source for copying conditions.  There is NO
+warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+.SH "SEE ALSO"
+.BR ld.so(8).


Reply to: