summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Utility/RegisterContextLLDB.cpp
diff options
context:
space:
mode:
authorJason Molenda <jmolenda@apple.com>2013-10-03 07:58:37 +0000
committerJason Molenda <jmolenda@apple.com>2013-10-03 07:58:37 +0000
commit82f5930db4ca717ae54d683a0fe053efd50c0b57 (patch)
tree9e1dc2248ef93cc4abcbe425920f86564b87b711 /lldb/source/Plugins/Process/Utility/RegisterContextLLDB.cpp
parentcfda451d4f3baac8e51bf91608392b5317295680 (diff)
downloadbcm5719-llvm-82f5930db4ca717ae54d683a0fe053efd50c0b57.tar.gz
bcm5719-llvm-82f5930db4ca717ae54d683a0fe053efd50c0b57.zip
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
Diffstat (limited to 'lldb/source/Plugins/Process/Utility/RegisterContextLLDB.cpp')
-rw-r--r--lldb/source/Plugins/Process/Utility/RegisterContextLLDB.cpp4
1 files changed, 2 insertions, 2 deletions
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;
}
OpenPOWER on IntegriCloud