This is an archive of the discontinued LLVM Phabricator instance.

[DWARFDebugLoclists] Add support for other DW_LLE encodings
ClosedPublic

Authored by labath on Dec 3 2019, 2:57 AM.

Details

Summary

lldb's loclists parser has support for DW_LLE_start_end(x) encodings. To
avoid regressing when switching the implementation to llvm's, I add
parsing support for all previously unsupported location list encodings.

Diff Detail

Event Timeline

labath created this revision.Dec 3 2019, 2:57 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 3 2019, 2:57 AM
Herald added a subscriber: hiraditya. · View Herald Transcript
dblaikie accepted this revision.Dec 3 2019, 6:39 AM

Looks good!

This revision is now accepted and ready to land.Dec 3 2019, 6:39 AM
This revision was automatically updated to reflect the committed changes.