aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@novell.com>2006-12-06 20:14:13 -0500
committerAndi Kleen <andi@basil.nowhere.org>2006-12-06 20:14:13 -0500
commit6d0185ea611276fdf81991d7774d396bdc1ae392 (patch)
treecfbea72e9df3816a63ba6debd3e591d89b2c63e1 /Documentation
parent3807fd46e94ab9f09e5ee3bff5e6515a94e9b3c7 (diff)
[PATCH] unwinder: Add debugging output to the Dwarf2 unwinder
Add debugging printks to the unwinder to allow easier debugging when something goes wrong with it. This can be controlled with the new unwinder_debug=N option Most output is given by N=1 AK: Added documentation of unwinder_debug= Signed-off-by: Jan Beulich <jbeulich@novell.com> Signed-off-by: Andi Kleen <ak@suse.de>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/kernel-parameters.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
index 4e90aa427aea..d34fd6a28faa 100644
--- a/Documentation/kernel-parameters.txt
+++ b/Documentation/kernel-parameters.txt
@@ -1735,6 +1735,9 @@ and is between 256 and 4096 characters. It is defined in the file
1735 norandmaps Don't use address space randomization 1735 norandmaps Don't use address space randomization
1736 Equivalent to echo 0 > /proc/sys/kernel/randomize_va_space 1736 Equivalent to echo 0 > /proc/sys/kernel/randomize_va_space
1737 1737
1738 unwind_debug=N N > 0 will enable dwarf2 unwinder debugging
1739 This is useful to get more information why
1740 you got a "dwarf2 unwinder stuck"
1738 1741
1739______________________________________________________________________ 1742______________________________________________________________________
1740 1743