This is an archive of the discontinued LLVM Phabricator instance.

Implement .debug_types
AbandonedPublic

Authored by jankratochvil on May 3 2019, 6:44 AM.

Details

Summary

It is a rebased patch D32167 by @clayborg.

DWO still does work (no regression), .debug_types also work now but DWO+.debug_types does not work together (while it does work for example in GDB). I have a work in progress as an additional patch for that, not yet finished. DWO+.debug_types has no testcase now so there is no new FAIL testcase.

The whole patchset available for testing as: git clone -b debugtypes git://git.jankratochvil.net/lldb

Diff Detail

Repository
rLLDB LLDB

Event Timeline

jankratochvil created this revision.May 3 2019, 6:44 AM
jankratochvil retitled this revision from 06/06: Implement .debug_types to Implement .debug_types.May 14 2019, 12:40 PM
jankratochvil abandoned this revision.May 20 2019, 2:21 AM

It should be obsoleted by D62073 and future @labath patches.