summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTrampolineHandler.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTrampolineHandler.cpp b/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTrampolineHandler.cpp
index c73adac9a12..9733a99bb5d 100644
--- a/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTrampolineHandler.cpp
+++ b/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTrampolineHandler.cpp
@@ -788,12 +788,12 @@ AppleObjCTrampolineHandler::GetStepThroughDispatchPlan (Thread &thread, bool sto
if (sc.symbol != NULL)
impl_code_address = sc.symbol->GetValue();
- lldb::addr_t addr = impl_code_address.GetLoadAddress (exe_ctx.target);
- printf ("Getting address for our_utility_function: 0x%llx.\n", addr);
+ //lldb::addr_t addr = impl_code_address.GetLoadAddress (exe_ctx.target);
+ //printf ("Getting address for our_utility_function: 0x%llx.\n", addr);
}
else
{
- printf ("Could not find implementation function address.\n");
+ //printf ("Could not find implementation function address.\n");
return ret_plan_sp;
}
}
OpenPOWER on IntegriCloud