llvm-project/lldb/lit/Breakpoint
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
..
Inputs [LLDB] - Recommit r346848 "[LLDB] - Support the single file split DWARF.". 2018-11-14 13:01:15 +00:00
case-insensitive.test Refactor the lit configuration files 2018-11-02 17:49:01 +00:00
case-sensitive.test
debug_addrx.test [LLDB] - Add support for DW_FORM_addrx[1-4]? forms. 2018-10-31 10:14:03 +00:00
debug_rnglist_basic.test [LLDB] - Add basic support for .debug_rnglists section (DWARF5) 2018-10-10 08:11:15 +00:00
debug_rnglist_offset_pair.test Recommit r345127 "[LLDB] - Add support for DW_RLE_base_address and DW_RLE_offset_pair entries (.debug_rnglists)" 2018-10-25 10:25:45 +00:00
debug_rnglist_rlestartend.test [LLDB] - Add support for DW_RLE_start_end entries (.debug_rnglists) 2018-10-17 07:37:26 +00:00
debug_rnglistx_rlex.test [LLDB] - Add support for DW_FORM_rnglistx and relative DW_RLE_* entries. 2018-11-02 09:03:25 +00:00
implicit_const_form_support.test [LLDB] - Add support for DW_FORM_implicit_const. 2018-10-12 09:46:15 +00:00
ppc64-localentry.test
single-file-split-dwarf.test [LLDB] - Recommit r346848 "[LLDB] - Support the single file split DWARF.". 2018-11-14 13:01:15 +00:00