This is an archive of the discontinued LLVM Phabricator instance.

Add support for DW_OP_GNU_const_index to dwarf expression
ClosedPublic

Authored by tberghammer on Sep 14 2015, 10:20 AM.

Details

Summary

Add support for DW_OP_GNU_const_index to dwarf expression

DW_OP_GNU_const_index is a new opcode used when split dwarf is enabled

Diff Detail

Repository
rL LLVM

Event Timeline

tberghammer retitled this revision from to Add support for DW_OP_GNU_const_index to dwarf expression.
tberghammer updated this object.
tberghammer added a reviewer: clayborg.
tberghammer added a subscriber: lldb-commits.
clayborg accepted this revision.Sep 14 2015, 11:33 AM
clayborg edited edge metadata.

Looks good.

This revision is now accepted and ready to land.Sep 14 2015, 11:33 AM
This revision was automatically updated to reflect the committed changes.