Add new test for stress testing stack unwinding
authorTamas Berghammer <tberghammer@google.com>
Thu, 18 Jun 2015 17:17:32 +0000 (17:17 +0000)
committerTamas Berghammer <tberghammer@google.com>
Thu, 18 Jun 2015 17:17:32 +0000 (17:17 +0000)
commit8b29af14274df9e263a2e7234a9e03ef9185b213
treef6c91643402ceaa877fcd7f9d1bf2e4252bc2715
parentfbd72d16067169825b0cbb8a5f082b4c3d6b3677
Add new test for stress testing stack unwinding

This test case generates new tests from the source files dropped into
its directory. For stress testing stack unwinding it steps through the
code line by line and then tests unwinding from each instruction.

llvm-svn: 240030
lldb/test/functionalities/unwind/standard/Makefile [new file with mode: 0644]
lldb/test/functionalities/unwind/standard/TestStandardUnwind.py [new file with mode: 0644]
lldb/test/functionalities/unwind/standard/hand_written/fprintf.cpp [new file with mode: 0644]
lldb/test/functionalities/unwind/standard/hand_written/new_delete.cpp [new file with mode: 0644]