]> granicus.if.org Git - strace/commitdiff
Document -k option as experimental
authorDmitry V. Levin <ldv@altlinux.org>
Wed, 18 Jun 2014 15:34:27 +0000 (15:34 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Wed, 18 Jun 2014 15:41:19 +0000 (15:41 +0000)
strace -k does not produce a reliable output on all supported
configurations yet, even basic strace-k.test is known to fail
on some of them.

* strace.c (usage): Document -k option as experimental.
* strace.1: Likewise.
* NEWS: Likewise.

NEWS
strace.1
strace.c

diff --git a/NEWS b/NEWS
index 3347236d8c88260c22c0a92160bda1de516ff8b3..a311c34d434f5e9ed60da3878f3f4e8c0523d8fc 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -6,7 +6,7 @@ Noteworthy changes in release 4.9 (????-??-??)
     added --enable-arm-oabi option to enable it at configure time.
 
 * Improvements
-  * Added -k option to print stack trace after each traced syscall.
+  * Added experimental -k option to print stack trace after each traced syscall.
   * Added -w option to produce stats on syscall latency.
     (addresses Debian bug #457497).
   * Added ARC architecture support.
index c310d65ac1a6b145cdbb8031d704ac0725d7217a..2a24c38304cf1124fd26b24ec9e9a88d756d003d 100644 (file)
--- a/strace.1
+++ b/strace.1
@@ -268,7 +268,7 @@ Print the help summary.
 Print the instruction pointer at the time of the system call.
 .TP
 .B \-k
-Print the execution stack trace of the traced processes after each system call.
+Print the execution stack trace of the traced processes after each system call (experimental).
 .TP
 .B \-q
 Suppress messages about attaching, detaching etc.  This happens
index 46c9d63ef3a4ec4faafc8dee3516e2cb18555826..4154cde66b0f3bec775a22a711e779c4c999575b 100644 (file)
--- a/strace.c
+++ b/strace.c
@@ -238,7 +238,7 @@ usage: strace [-CdffhiqrtttTvVxxy] [-I n] [-e expr]...\n\
 -P path -- trace accesses to path\n\
 "
 #ifdef USE_LIBUNWIND
-"-k obtain stack trace between each syscall\n\
+"-k obtain stack trace between each syscall (experimental)\n\
 "
 #endif
 /* ancient, no one should use it