Use Timeout<> in EvaluateExpressionOptions class
authorPavel Labath <labath@google.com>
Tue, 6 Dec 2016 11:24:51 +0000 (11:24 +0000)
committerPavel Labath <labath@google.com>
Tue, 6 Dec 2016 11:24:51 +0000 (11:24 +0000)
commit43d354182f44fac52247a4340462e7471e59a00a
tree2caef34124c24c3bf8d636da465758edfdc3cce3
parent9335c020c61addbcb8de944d3f44dbfa4a1abafc
Use Timeout<> in EvaluateExpressionOptions class

llvm-svn: 288797
19 files changed:
lldb/include/lldb/Target/Target.h
lldb/source/API/SBExpressionOptions.cpp
lldb/source/Commands/CommandObjectExpression.cpp
lldb/source/Commands/CommandObjectWatchpoint.cpp
lldb/source/Expression/REPL.cpp
lldb/source/Interpreter/CommandInterpreter.cpp
lldb/source/Plugins/InstrumentationRuntime/AddressSanitizer/AddressSanitizerRuntime.cpp
lldb/source/Plugins/InstrumentationRuntime/ThreadSanitizer/ThreadSanitizerRuntime.cpp
lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp
lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
lldb/source/Plugins/MemoryHistory/asan/MemoryHistoryASan.cpp
lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.cpp
lldb/source/Plugins/Process/Utility/InferiorCallPOSIX.cpp
lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetItemInfoHandler.cpp
lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetPendingItemsHandler.cpp
lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetQueuesHandler.cpp
lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetThreadItemInfoHandler.cpp
lldb/source/Target/Process.cpp
lldb/source/Target/Target.cpp