summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/Process.cpp
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2011-01-24 07:10:48 +0000
committerGreg Clayton <gclayton@apple.com>2011-01-24 07:10:48 +0000
commit692538db269ddf46c12b8727a579a224b0a4bf57 (patch)
tree4f6d7655c63d36ade420a60c6d65895ff7d988fe /lldb/source/Target/Process.cpp
parentb3413c8a82fa5586557a62bf073317154875f077 (diff)
downloadbcm5719-llvm-692538db269ddf46c12b8727a579a224b0a4bf57.tar.gz
bcm5719-llvm-692538db269ddf46c12b8727a579a224b0a4bf57.zip
One more thing... Resume any threads that we discover were created while we stop as
they may be in sensitive areas and we set breakpoints on the thread creation routines if we are running expressions, so the threads should quickly get to a safe spot. llvm-svn: 124115
Diffstat (limited to 'lldb/source/Target/Process.cpp')
-rw-r--r--lldb/source/Target/Process.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/lldb/source/Target/Process.cpp b/lldb/source/Target/Process.cpp
index 9e66b71c40e..3999f150bba 100644
--- a/lldb/source/Target/Process.cpp
+++ b/lldb/source/Target/Process.cpp
@@ -2643,9 +2643,6 @@ Process::RunThreadPlan (ExecutionContext &exe_ctx,
Listener listener("lldb.process.listener.run-thread-plan");
exe_ctx.process->HijackProcessEvents(&listener);
- Event *random_event = listener.PeekAtNextEvent();
- // if (random_event != NULL)
- // abort();
lldb::LogSP log(lldb_private::GetLogIfAnyCategoriesSet (LIBLLDB_LOG_STEP | LIBLLDB_LOG_PROCESS));
if (log)
OpenPOWER on IntegriCloud