diff options
| author | Pavel Labath <labath@google.com> | 2016-12-06 11:24:51 +0000 |
|---|---|---|
| committer | Pavel Labath <labath@google.com> | 2016-12-06 11:24:51 +0000 |
| commit | 43d354182f44fac52247a4340462e7471e59a00a (patch) | |
| tree | 2caef34124c24c3bf8d636da465758edfdc3cce3 /lldb/source/Target/Target.cpp | |
| parent | 9335c020c61addbcb8de944d3f44dbfa4a1abafc (diff) | |
| download | bcm5719-llvm-43d354182f44fac52247a4340462e7471e59a00a.tar.gz bcm5719-llvm-43d354182f44fac52247a4340462e7471e59a00a.zip | |
Use Timeout<> in EvaluateExpressionOptions class
llvm-svn: 288797
Diffstat (limited to 'lldb/source/Target/Target.cpp')
| -rw-r--r-- | lldb/source/Target/Target.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/source/Target/Target.cpp b/lldb/source/Target/Target.cpp index 8f501248e72..160f831e0dc 100644 --- a/lldb/source/Target/Target.cpp +++ b/lldb/source/Target/Target.cpp @@ -62,6 +62,8 @@ using namespace lldb; using namespace lldb_private; +constexpr std::chrono::milliseconds EvaluateExpressionOptions::default_timeout; + ConstString &Target::GetStaticBroadcasterClass() { static ConstString class_name("lldb.target"); return class_name; |

