projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8fca6b2
)
Fixed a potential hang while trying to execute
author
Sean Callanan
<scallanan@apple.com>
Thu, 5 Jan 2012 02:00:14 +0000
(
02:00
+0000)
committer
Sean Callanan
<scallanan@apple.com>
Thu, 5 Jan 2012 02:00:14 +0000
(
02:00
+0000)
a function in the inferior.
llvm-svn: 147592
lldb/source/Target/Process.cpp
patch
|
blob
|
history
diff --git
a/lldb/source/Target/Process.cpp
b/lldb/source/Target/Process.cpp
index
50bcb7a
..
c673118
100644
(file)
--- a/
lldb/source/Target/Process.cpp
+++ b/
lldb/source/Target/Process.cpp
@@
-3796,7
+3796,7
@@
Process::RunThreadPlan (ExecutionContext &exe_ctx,
real_timeout.OffsetWithMicroSeconds(500000);
timeout_ptr = &real_timeout;
- got_event = listener.WaitForEvent(
NULL
, event_sp);
+ got_event = listener.WaitForEvent(
timeout_ptr
, event_sp);
if (!got_event)
{
if (log)