From 82f5930db4ca717ae54d683a0fe053efd50c0b57 Mon Sep 17 00:00:00 2001 From: Jason Molenda Date: Thu, 3 Oct 2013 07:58:37 +0000 Subject: Change two new logging messages from verbose-only to non-verbose in the unwinder - they're important to flag when debugging an unwind problem. llvm-svn: 191882 --- lldb/source/Plugins/Process/Utility/RegisterContextLLDB.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lldb/source/Plugins/Process/Utility/RegisterContextLLDB.cpp') diff --git a/lldb/source/Plugins/Process/Utility/RegisterContextLLDB.cpp b/lldb/source/Plugins/Process/Utility/RegisterContextLLDB.cpp index d97ca37ba0a..2a01d6a92d9 100644 --- a/lldb/source/Plugins/Process/Utility/RegisterContextLLDB.cpp +++ b/lldb/source/Plugins/Process/Utility/RegisterContextLLDB.cpp @@ -622,7 +622,7 @@ RegisterContextLLDB::GetFullUnwindPlanForFrame () } else { - UnwindLogMsgVerbose ("unable to get architectural default UnwindPlan from ABI plugin"); + UnwindLogMsg ("unable to get architectural default UnwindPlan from ABI plugin"); } bool behaves_like_zeroth_frame = false; @@ -766,7 +766,7 @@ RegisterContextLLDB::GetFullUnwindPlanForFrame () if (arch_default_unwind_plan_sp) UnwindLogMsgVerbose ("frame uses %s for full UnwindPlan", arch_default_unwind_plan_sp->GetSourceName().GetCString()); else - UnwindLogMsgVerbose ("Unable to find any UnwindPlan for full unwind of this frame."); + UnwindLogMsg ("Unable to find any UnwindPlan for full unwind of this frame."); return arch_default_unwind_plan_sp; } -- cgit v1.2.3