summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/Thread.cpp
diff options
context:
space:
mode:
authorJim Ingham <jingham@apple.com>2012-05-11 18:43:38 +0000
committerJim Ingham <jingham@apple.com>2012-05-11 18:43:38 +0000
commit923886ce2c7e4142e6335df3b236f58d13f9d967 (patch)
tree0632847ed82ee435a2052712710a2fa3bace960d /lldb/source/Target/Thread.cpp
parent4ae4160974c7dbc082d9c81d0ddbd30996531318 (diff)
downloadbcm5719-llvm-923886ce2c7e4142e6335df3b236f58d13f9d967.tar.gz
bcm5719-llvm-923886ce2c7e4142e6335df3b236f58d13f9d967.zip
Don't try to use "OkayToDiscard" to mean BOTH this plan is a user plan or not AND unwind on error.
rdar://problem/11419156 llvm-svn: 156627
Diffstat (limited to 'lldb/source/Target/Thread.cpp')
-rw-r--r--lldb/source/Target/Thread.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/source/Target/Thread.cpp b/lldb/source/Target/Thread.cpp
index 03512139286..822015af75f 100644
--- a/lldb/source/Target/Thread.cpp
+++ b/lldb/source/Target/Thread.cpp
@@ -447,7 +447,6 @@ Thread::ShouldStop (Event* event_ptr)
break;
}
}
-
}
else
{
OpenPOWER on IntegriCloud