Add the ability to set timeout & "run all threads" options both from the "expr" comma...
authorJim Ingham <jingham@apple.com>
Tue, 16 Oct 2012 21:41:58 +0000 (21:41 +0000)
committerJim Ingham <jingham@apple.com>
Tue, 16 Oct 2012 21:41:58 +0000 (21:41 +0000)
commit35e1bda6957bb7e5d26f6a50e473ca3aa22a1386
tree8ae0c9392cf55fc5c112148231d78729935de8e9
parent02a1141e5a36928f7a0ac9d2e0ee44dca3be3a01
Add the ability to set timeout & "run all threads" options both from the "expr" command and from
the SB API's that evaluate expressions.

<rdar://problem/12457211>

llvm-svn: 166062
32 files changed:
lldb/include/lldb/API/SBDefines.h
lldb/include/lldb/API/SBExpressionOptions.h [new file with mode: 0644]
lldb/include/lldb/API/SBFrame.h
lldb/include/lldb/API/SBValue.h
lldb/include/lldb/Expression/ClangFunction.h
lldb/include/lldb/Expression/ClangUserExpression.h
lldb/include/lldb/Target/Process.h
lldb/include/lldb/Target/Target.h
lldb/include/lldb/lldb-forward.h
lldb/lldb.xcodeproj/project.pbxproj
lldb/scripts/Python/build-swig-Python.sh
lldb/scripts/Python/interface/SBExpressionOptions.i [new file with mode: 0644]
lldb/scripts/Python/interface/SBFrame.i
lldb/scripts/Python/interface/SBValue.i
lldb/scripts/lldb.swig
lldb/source/API/SBExpressionOptions.cpp [new file with mode: 0644]
lldb/source/API/SBFrame.cpp
lldb/source/API/SBValue.cpp
lldb/source/Commands/CommandObjectExpression.cpp
lldb/source/Commands/CommandObjectExpression.h
lldb/source/Commands/CommandObjectThread.cpp
lldb/source/Commands/CommandObjectWatchpoint.cpp
lldb/source/Core/CXXFormatterFunctions.cpp
lldb/source/Expression/ClangFunction.cpp
lldb/source/Expression/ClangUserExpression.cpp
lldb/source/Interpreter/CommandInterpreter.cpp
lldb/source/Plugins/Process/Utility/InferiorCallPOSIX.cpp
lldb/source/Target/Process.cpp
lldb/source/Target/Target.cpp
lldb/test/expression_command/timeout/Makefile [new file with mode: 0644]
lldb/test/expression_command/timeout/TestCallWithTimeout.py [new file with mode: 0644]
lldb/test/expression_command/timeout/wait-a-while.c [new file with mode: 0644]