hanchenye-llvm-project/lldb/test
Ashok Thirumurthi 2568f45939 Fix lldb regressions due to r190812 in the case where debug info is present.
Specifically, allows the unwinder to handle the case where sc.function
gets resolved with a pc that is one past the address range of the function
(consistent with a tail call).  However, there is no matching symbol.

Adds eSymbolContextTailCall to provide callers with control over the scope
of symbol resolution and to allow ResolveSymbolContextForAddress to handle
tail calls since this routine is common to unwind and disassembly.

llvm-svn: 191102
2013-09-20 19:05:10 +00:00
..
api test: Update FreeBSD failure decorators 2013-09-13 15:34:59 +00:00
arm_emulation <rdar://problem/11358639> 2012-05-08 01:45:38 +00:00
attic Initial commit of a new testsuite feature: test categories. 2012-09-21 19:10:53 +00:00
benchmarks Test file renaming. 2012-04-23 17:54:40 +00:00
example Initial commit of a new testsuite feature: test categories. 2012-09-21 19:10:53 +00:00
expression_command Add an xfail test as 'expr myfloat' can add digits consistent 2013-09-20 19:01:20 +00:00
functionalities Fix lldb regressions due to r190812 in the case where debug info is present. 2013-09-20 19:05:10 +00:00
help Re-apply TestHelp.py fix 2013-07-03 19:29:46 +00:00
lang Skip tests that segfault or are inconsistent on FreeBSD 2013-09-13 17:35:13 +00:00
linux/builtin_trap Clean up linux test decorators and add links to known bugs 2013-05-15 18:48:32 +00:00
logging Fix Linux Host::GetCurrentThreadID() to return real tid (not pthread_t). 2013-08-01 18:51:08 +00:00
macosx merge lldb-platform-work branch (and assorted fixes) into trunk 2013-08-26 23:57:52 +00:00
make Use the correct compiler to compute dependencies. 2013-07-30 17:33:30 +00:00
pexpect-2.4 Switch '/bin/bash' to '/bin/sh' 2013-09-03 23:04:53 +00:00
plugins Fix test execution on FreeBSD versions other than 9.x 2013-07-25 13:24:34 +00:00
python_api Update Linux bug tracker link in TestPrintStackTraces 2013-09-17 16:30:30 +00:00
settings merge lldb-platform-work branch (and assorted fixes) into trunk 2013-08-26 23:57:52 +00:00
source-manager Fixed the TestSourceManager.py test case to not fail. It was using the "list" alias which has now been turned into a regex command that mimics the GDB equivalent. Changed "list" to "source list" to get around this problem. 2013-02-06 00:35:33 +00:00
terminal Continue the cleanup started on r158737 2012-06-20 10:13:40 +00:00
types <rdar://problem/12798131> 2012-12-04 00:32:51 +00:00
unittest2 <rdar://problem/12362092> 2013-02-23 01:05:23 +00:00
warnings/uuid <rdar://problem/13092722> 2013-02-01 21:38:35 +00:00
.categories Initial commit of a new testsuite feature: test categories. 2012-09-21 19:10:53 +00:00
CMakeLists.txt Unset CFLAGS/CXXFLAGS when running tests via cmake/make check targets 2013-05-13 21:41:35 +00:00
Makefile Unset CFLAGS/CXXFLAGS when running tests via cmake/make check targets 2013-05-13 21:41:35 +00:00
README-TestSuite Fix a typo. 2013-08-13 14:06:16 +00:00
argparse_compat.py Include a small argparse compatibility layer for Python < 2.7 2013-02-16 09:05:23 +00:00
bench-history
bench.py
blacklist.py
dosep.ty Cleanup test output when run via cmake/make check targets 2013-05-13 21:37:02 +00:00
dotest.py Improve stability of Linux ProcessMonitor by not using fds for synchronization: 2013-09-16 23:12:18 +00:00
lldbbench.py Tests decorated with @benchmarks_test do not participate in the remote-macosx test suite run. 2012-04-19 23:50:00 +00:00
lldbtest.py test: Handle libc++ shared lib name on FreeBSD 2013-09-09 14:04:04 +00:00
lldbutil.py Add TestConcurrentEvents test for LLDB's handling of inferior threads 2013-07-09 00:08:01 +00:00
progress.py The new progress bar mode was losing us information compared to the old dots mode in that we would have no way of knowing about test failures (short of peeking into the test result directory.. and you're not supposed to peek!) 2013-02-09 00:37:07 +00:00
redo.py The new ReadStringFromMemory() API does not work correctly with NSStrings that have an explicit length and no NULL terminator 2013-04-23 20:05:05 +00:00