summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/StopInfo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Target/StopInfo.cpp')
-rw-r--r--lldb/source/Target/StopInfo.cpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/lldb/source/Target/StopInfo.cpp b/lldb/source/Target/StopInfo.cpp
index 1537b4db223..ea58e84beee 100644
--- a/lldb/source/Target/StopInfo.cpp
+++ b/lldb/source/Target/StopInfo.cpp
@@ -246,7 +246,9 @@ public:
bp_loc_sp->GetConditionText(),
NULL,
result_value_sp,
- error);
+ error,
+ true,
+ ClangUserExpression::kDefaultTimeout);
if (result_code == eExecutionCompleted)
{
if (result_value_sp)
@@ -567,7 +569,8 @@ public:
NULL,
result_value_sp,
error,
- 500000);
+ true,
+ ClangUserExpression::kDefaultTimeout);
if (result_code == eExecutionCompleted)
{
if (result_value_sp)
OpenPOWER on IntegriCloud