Index: ltrace.1 =================================================================== RCS file: /home/pgilliam/work/ltrace-work/CVSROOT/ltrace/ltrace.1,v retrieving revision 1.1.1.1 diff -a -u -r1.1.1.1 ltrace.1 --- ltrace.1 25 Jun 2005 00:37:30 -0000 1.1.1.1 +++ ltrace.1 27 Sep 2005 16:47:04 -0000 @@ -6,7 +6,7 @@
.SH SYNOPSIS .B ltrace -.I "[-CdfhiLrStttV] [-a column] [-e expr] [-l filename] [-n nr] [-o filename] [-p pid] ... [-s strsize] [-u username] [--align=column] [--debug] [--demangle] [--help] [--indent=nr] [--library=filename] [--output=filename] [--version] [command [arg ...]]" +.I "[-CdfhiLrStttV] [-a column] [-e expr] [-l filename] [-n nr] [-o filename] [-p pid] ... [-s strsize] [-u username] [-X extern] [-x extern] ... [--align=column] [--debug] [--demangle] [--help] [--indent=nr] [--library=filename] [--output=filename] [--version] [command [arg ...]]" .SH DESCRIPTION .B ltrace @@ -127,6 +127,18 @@ This option is only useful when running as root and enables the correct execution of setuid and/or setgid binaries. .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, 'main' is used. +.TP +.I \-x extern +Trace the external function +.IR extern . +This option may be repeated. +.TP .I \-V, \-\-version Show the version number of ltrace and exit. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

