summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Molenda <jmolenda@apple.com>2015-01-23 01:34:19 +0000
committerJason Molenda <jmolenda@apple.com>2015-01-23 01:34:19 +0000
commitf16dbb8b07a30dbc83e1ea5dc469bcef88207c96 (patch)
tree9f6039dd6e26596869bce8a671da6e7e5d7900d0
parent6d3dabc622237412ceb5ed2c06be8aa547c0c6b8 (diff)
downloadbcm5719-llvm-f16dbb8b07a30dbc83e1ea5dc469bcef88207c96.tar.gz
bcm5719-llvm-f16dbb8b07a30dbc83e1ea5dc469bcef88207c96.zip
debug printfs that got left in. I blame greg.
llvm-svn: 226892
-rw-r--r--lldb/source/Symbol/CompactUnwindInfo.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/source/Symbol/CompactUnwindInfo.cpp b/lldb/source/Symbol/CompactUnwindInfo.cpp
index 54ea0d564d0..e7153446cd1 100644
--- a/lldb/source/Symbol/CompactUnwindInfo.cpp
+++ b/lldb/source/Symbol/CompactUnwindInfo.cpp
@@ -1055,11 +1055,9 @@ CompactUnwindInfo::CreateUnwindPlan_i386 (Target &target, FunctionInfo &function
if (mode == UNWIND_X86_MODE_STACK_IND && function_info.valid_range_offset_start != 0)
{
uint32_t stack_adjust = EXTRACT_BITS (function_info.encoding, UNWIND_X86_FRAMELESS_STACK_ADJUST);
-printf("JSMDEBUG got stack_adjust %d from encoding 0x%x\n", stack_adjust, function_info.encoding);
// offset into the function instructions; 0 == beginning of first instruction
uint32_t offset_to_subl_insn = EXTRACT_BITS (function_info.encoding, UNWIND_X86_FRAMELESS_STACK_SIZE);
-printf("JSMDEBUG got offset to sub instruction %d\n", offset_to_subl_insn);
SectionList *sl = m_objfile.GetSectionList ();
if (sl)
OpenPOWER on IntegriCloud