From 6bb6bf29aec26701c1f3f05921ee625ace362cbb Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Sun, 7 Oct 2012 20:01:03 -0400 Subject: [PATCH] testsuite: set -B CONFIG_DEBUG_INFO=y in testsuite rc to help debug crashes --- testsuite/lib/systemtap.exp | 1 + 1 file changed, 1 insertion(+) diff --git a/testsuite/lib/systemtap.exp b/testsuite/lib/systemtap.exp index 13811915e..11cbc43d4 100644 --- a/testsuite/lib/systemtap.exp +++ b/testsuite/lib/systemtap.exp @@ -131,6 +131,7 @@ proc setup_systemtap_environment {} { # All hail the prophet lockdep set chan [open $env(SYSTEMTAP_DIR)/rc w] puts $chan "--modinfo intree=Y" + puts $chan "-B CONFIG_DEBUG_INFO=Y" close $chan # Erase the old server log file. -- 2.43.5