This is an archive of the discontinued LLVM Phabricator instance.

DWARFDebugLoclists: Add an api to get the location lists of a DWARF unit
ClosedPublic

Authored by labath on Nov 11 2019, 7:15 AM.

Details

Summary

This avoid the need to duplicate the location lists searching logic in
various users. The "inline location list dumping" code (which is the
only user actually updated to handle DWARF v5 location lists) is
switched to this method. After adding v4 location list support, I'll
switch other users too.

Diff Detail

Event Timeline

labath created this revision.Nov 11 2019, 7:15 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 11 2019, 7:15 AM
Herald added a subscriber: hiraditya. · View Herald Transcript
This revision is now accepted and ready to land.Nov 11 2019, 11:14 AM
This revision was automatically updated to reflect the committed changes.