Johnny Chen
24086bc93b
Second batch of adding @dsym_test/@dwarf_test decorators to existing test cases.
...
Plus some minor cleanup of test method names.
Third and final batch is coming.
llvm-svn: 154197
2012-04-06 19:54:10 +00:00
Johnny Chen
541b98517e
Remove test logic to check for clang and skip the rest due to insufficient debug info.
...
Recent changes in lldb inlining robustness seem to have fixed it.
llvm-svn: 141595
2011-10-10 23:26:54 +00:00
Johnny Chen
94b431ab63
Add skip test for clang, which has insufficient debug info for call site in main().
...
llvm-svn: 136184
2011-07-26 23:35:38 +00:00
Johnny Chen
13ea11afde
Modify the test script to better handle the different inlining behaviors of
...
clang/gcc/llvm-gcc. If the first breakpoint is due to stop at an inlined
frame, test that the call site corresponds to where it should be. Also add
an expecr for a second break stop, if the first break stop corresponds to an
inlined call frame #0 .
rdar://problem/9741470
llvm-svn: 135100
2011-07-13 22:34:29 +00:00
Johnny Chen
f4e9a4c676
Rearranged the debug output to come before the assert for function name 'outer_inline'.
...
Right now clang-139 fails the test.
llvm-svn: 134673
2011-07-08 01:01:45 +00:00
Johnny Chen
4cfd07ef07
Add TestInlinedFrame.py to exercise the newly added SBFrame APIs: IsInlined() and GetFunctionName().
...
llvm-svn: 133404
2011-06-20 00:26:39 +00:00