Add a test for handling a function call that throws an exception, and make it work.
authorJim Ingham <jingham@apple.com>
Thu, 14 Feb 2013 03:05:42 +0000 (03:05 +0000)
committerJim Ingham <jingham@apple.com>
Thu, 14 Feb 2013 03:05:42 +0000 (03:05 +0000)
commit0ac5709027bd71230053115af79f7a426d4862ee
tree361ff7bd34a2423c40f5fca65294538056d634e6
parentec8a54904e5eb1af6ae6f193887c3ea0ff2de03a
Add a test for handling a function call that throws an exception, and make it work.

<rdar://problem/13183944>

llvm-svn: 175127
lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.cpp
lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp
lldb/source/Target/StopInfo.cpp
lldb/source/Target/ThreadPlanCallFunction.cpp
lldb/test/expression_command/call-throws/Makefile [new file with mode: 0644]
lldb/test/expression_command/call-throws/TestCallThatThrows.py [new file with mode: 0644]
lldb/test/expression_command/call-throws/call-throws.m [new file with mode: 0644]