llvm-project/lldb/lit/Breakpoint
George Rimar c1d3f71344 [LLDB] - Improve the support of .debug_str_offsets/.debug_str_offsets.dwo
A skeleton compilation unit may contain the DW_AT_str_offsets_base attribute
that points to the first string offset of the CU contribution to the
.debug_str_offsets. At the same time, when we use split dwarf,
the corresponding split debug unit also
may use DW_FORM_strx* forms pointing to its own .debug_str_offsets.dwo.
In that case, DWO does not contain DW_AT_str_offsets_base, but LLDB
still need to know and skip the .debug_str_offsets.dwo section header to
access the offsets.

The patch implements the support of DW_AT_str_offsets_base.

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

llvm-svn: 347859
2018-11-29 12:44:10 +00:00
..
Inputs [LLDB] - Improve the support of .debug_str_offsets/.debug_str_offsets.dwo 2018-11-29 12:44:10 +00:00
case-insensitive.test Fix some issues with LLDB's lit configuration files. 2018-11-19 15:12:34 +00:00
case-sensitive.test Fix some issues with LLDB's lit configuration files. 2018-11-19 15:12:34 +00:00
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
split-dwarf-5-addrbase.test [LLDB] - Fix setting the breakpoints when -gsplit-dwarf and DWARF 5 were used for building the executable. 2018-11-29 08:16:07 +00:00
split-dwarf5-debug-stroffsets.test [LLDB] - Improve the support of .debug_str_offsets/.debug_str_offsets.dwo 2018-11-29 12:44:10 +00:00