From 0dc343224e63d8c6f2ba4f0688c93c8c9b5781b6 Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Fri, 5 Dec 2008 11:33:58 -0500 Subject: turn on elfutils-level debuginfo<->stripped-binary checksum matching This is necessary to detect mismatching debuginfo for user-space programs without build-id. We don't have run-time version assertions for user-space binaries. --- stap.1.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stap.1.in') diff --git a/stap.1.in b/stap.1.in index d4f8946a..0b6da64c 100644 --- a/stap.1.in +++ b/stap.1.in @@ -1123,7 +1123,7 @@ The location of kernel debugging information when packaged into the RPM, unless overridden by the .I SYSTEMTAP_DEBUGINFO_PATH environment variable. The default value for this variable is -.IR \-:.debug:/usr/lib/debug . +.IR \+:.debug:/usr/lib/debug . Elfutils searches vmlinux in this path and it interprets the path as a base directory of which various subdirectories will be searched for finding modules. .TP -- cgit