summaryrefslogtreecommitdiffstats
path: root/lldb/source
diff options
context:
space:
mode:
authorJim Ingham <jingham@apple.com>2013-03-21 21:44:20 +0000
committerJim Ingham <jingham@apple.com>2013-03-21 21:44:20 +0000
commit3d0ffd10aafeff23a101bb8c54e5e820d5b0a3e0 (patch)
tree81341d8108d189e750cd3b9ed8c26bc17abf4744 /lldb/source
parentd76b2376f2cd7bee50e93fc4a095e45cd330fa57 (diff)
downloadbcm5719-llvm-3d0ffd10aafeff23a101bb8c54e5e820d5b0a3e0.tar.gz
bcm5719-llvm-3d0ffd10aafeff23a101bb8c54e5e820d5b0a3e0.zip
Remove some commented out code.
llvm-svn: 177668
Diffstat (limited to 'lldb/source')
-rw-r--r--lldb/source/Target/Thread.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/lldb/source/Target/Thread.cpp b/lldb/source/Target/Thread.cpp
index 44f326d77c3..404354285b4 100644
--- a/lldb/source/Target/Thread.cpp
+++ b/lldb/source/Target/Thread.cpp
@@ -577,10 +577,6 @@ Thread::ShouldStop (Event* event_ptr)
log->Printf ("Thread::%s for tid = 0x%4.4" PRIx64 ", should_stop = 0 (ignore since thread was suspended)",
__FUNCTION__,
GetID ());
-// log->Printf ("Thread::%s for tid = 0x%4.4" PRIx64 ", pc = 0x%16.16" PRIx64 ", should_stop = 0 (ignore since thread was suspended)",
-// __FUNCTION__,
-// GetID (),
-// GetRegisterContext()->GetPC());
return false;
}
@@ -590,10 +586,6 @@ Thread::ShouldStop (Event* event_ptr)
log->Printf ("Thread::%s for tid = 0x%4.4" PRIx64 ", should_stop = 0 (ignore since thread was suspended)",
__FUNCTION__,
GetID ());
-// log->Printf ("Thread::%s for tid = 0x%4.4" PRIx64 ", pc = 0x%16.16" PRIx64 ", should_stop = 0 (ignore since thread was suspended)",
-// __FUNCTION__,
-// GetID (),
-// GetRegisterContext()->GetPC());
return false;
}
OpenPOWER on IntegriCloud