There is one: FIXME: May DW_ATOM_cu_offset somehow contain a TypeUnit?
The whole patchset available for testing as: git clone -b debugtypes git://git.jankratochvil.net/lldb
Paths
| Differential D61504
05/06: Track CUs and TUs separately AbandonedPublic Authored by jankratochvil on May 3 2019, 6:42 AM.
Details
Summary There is one: FIXME: May DW_ATOM_cu_offset somehow contain a TypeUnit? The whole patchset available for testing as: git clone -b debugtypes git://git.jankratochvil.net/lldb
Diff Detail
Event Timelinejankratochvil added a parent revision: D61503: 04/06: Track .debug_types vs. .debug_info difference.May 3 2019, 6:42 AM Comment Actions
Nope. In fact, until very recently attempting to generate a debug_types section on a mac crashed the compiler (now it just aborts the compilation iirc).
Revision Contents
Diff 197993 lldb/source/Plugins/SymbolFile/DWARF/DIERef.cpp
lldb/source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.h
lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.h
lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.cpp
lldb/source/Plugins/SymbolFile/DWARF/DWARFFormValue.cpp
lldb/source/Plugins/SymbolFile/DWARF/DebugNamesDWARFIndex.cpp
lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwo.cpp
|