hanchenye-llvm-project/lldb/test
Ashok Thirumurthi 044c36a21c Fix the partial backtrace when using a combination of stripped function symbols
and -fomit-frame-pointer.

- Parses eh_frame FDEs to determine the function address and size so that
the call frame parsing can continue.

Note: This code path is specific to ELF and PECOFF, because ObjectFileMachO
uses LCT_FunctionStarts to efficiently populate the symbol table.

Thanks to Jason Molenda for the review!

llvm-svn: 186585
2013-07-18 15:05:56 +00:00
..
api Disable test case that causes assertion failure on Linux 2013-05-15 17:46:16 +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 <rdar://problem/13779789> 2013-06-11 18:47:55 +00:00
functionalities Fix the partial backtrace when using a combination of stripped function symbols 2013-07-18 15:05:56 +00:00
help Re-apply TestHelp.py fix 2013-07-03 19:29:46 +00:00
lang Fixed a problem in IRForTarget where we would not 2013-07-15 23:31:47 +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 Remove no-op code (since r175842) 2013-02-23 01:20:07 +00:00
macosx Fix all the test case breakages caused by folks writing tests all over the place that depended explicitly 2012-09-22 00:05:11 +00:00
make Add split symbol support to test makefile & add linux split symbol test case. 2013-07-02 18:13:13 +00:00
pexpect-2.4
plugins Tests require GNU make, called gmake on FreeBSD 2013-06-24 15:40:27 +00:00
python_api <rdar://problem/14194128> 2013-06-18 22:40:36 +00:00
settings Added tests to test for "settings set" with trailing whitespaces after the values. 2013-03-06 21:17:06 +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
argparse_compat.py Include a small argparse compatibility layer for Python < 2.7 2013-02-16 09:05:23 +00:00
bench-history Add bench entries. 2011-11-29 19:13:38 +00:00
bench.py Establish a baseline for bench.py score by using a fixed lldb executable as the 2011-10-26 22:58:02 +00:00
blacklist.py
dosep.ty Cleanup test output when run via cmake/make check targets 2013-05-13 21:37:02 +00:00
dotest.py Fix python 2.6 compatibility issue introduced by r184615 2013-07-03 18:50:03 +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 Update exception to match decorator name 2013-07-09 00:24:52 +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