diff options
| author | George Rimar <grimar@accesssoftek.com> | 2018-11-29 12:44:10 +0000 |
|---|---|---|
| committer | George Rimar <grimar@accesssoftek.com> | 2018-11-29 12:44:10 +0000 |
| commit | c1d3f71344bfb207f843ec569b025443a5785a45 (patch) | |
| tree | c2123fc7098467864272891ca6799bdf94059044 /llvm/docs/CommandGuide/llvm-cxxmap.rst | |
| parent | a876b5c0f5d6a522ad3020149599a4e4d5330fb9 (diff) | |
| download | bcm5719-llvm-c1d3f71344bfb207f843ec569b025443a5785a45.tar.gz bcm5719-llvm-c1d3f71344bfb207f843ec569b025443a5785a45.zip | |
[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
Diffstat (limited to 'llvm/docs/CommandGuide/llvm-cxxmap.rst')
0 files changed, 0 insertions, 0 deletions

