llvm-project/lldb/lit
George Rimar 004bcb78ed [LLDB] - Recommit r346848 "[LLDB] - Support the single file split DWARF.".
Test cases were updated to not use the local compilation dir which
is different between development pc and build bots.

Original commit message:

[LLDB] - Support the single file split DWARF.

DWARF5 spec describes a single file split dwarf case
(when .dwo sections are in the .o files).

Problem is that LLDB does not work correctly in that case.
The issue is that, for example, both .debug_info and .debug_info.dwo
has the same type: eSectionTypeDWARFDebugInfo. And when code searches
section by type it might find the regular debug section
and not the .dwo one.

The patch fixes that. With it, LLDB is able to work with
output compiled with -gsplit-dwarf=single flag correctly.

Differential revision: https://reviews.llvm.org/D52403

llvm-svn: 346855
2018-11-14 13:01:15 +00:00
..
Breakpoint [LLDB] - Recommit r346848 "[LLDB] - Support the single file split DWARF.". 2018-11-14 13:01:15 +00:00
Expr Refactor the lit configuration files 2018-11-02 17:49:01 +00:00
Modules Fix a bug in the parsing of the LC_BUILD_VERSION Mach-O load command. 2018-11-13 23:14:37 +00:00
Quit Refactor the lit configuration files 2018-11-02 17:49:01 +00:00
Settings Refactor the lit configuration files 2018-11-02 17:49:01 +00:00
Suite Fix a typo in mac SIP workaround 2018-08-31 06:01:02 +00:00
SymbolFile Fix a crash when parsing incorrect DWARF 2018-11-14 11:12:40 +00:00
Unit Refactor the lit configuration files 2018-11-02 17:49:01 +00:00
tools/lldb-mi Refactor the lit configuration files 2018-11-02 17:49:01 +00:00
CMakeLists.txt Make sure to have lit load the configured site config first. 2018-11-03 00:06:37 +00:00
lit-lldb-init Add EchoCommentCommands to CommandInterpreterRunOptions in addition to the existing EchoCommands and expose both as interpreter settings. 2018-10-05 16:49:47 +00:00
lit.cfg.py Refactor the lit configuration files 2018-11-02 17:49:01 +00:00
lit.site.cfg.py.in Fix the lit test suite. 2018-11-02 22:02:09 +00:00