This is an archive of the discontinued LLVM Phabricator instance.

Add support for DW_OP_push_object_address in dwarf expressions
ClosedPublic

Authored by tberghammer on Feb 25 2016, 6:02 AM.

Details

Summary

Add support for DW_OP_push_object_address in dwarf expressions

Additionally fix the type of some dwarf expression where we had a confusion between scalar and load address types after a dereference.

Diff Detail

Repository
rL LLVM

Event Timeline

tberghammer retitled this revision from to Add support for DW_OP_push_object_address in dwarf expressions.
tberghammer updated this object.
tberghammer added reviewers: ovyalov, clayborg.
tberghammer added a subscriber: lldb-commits.
clayborg accepted this revision.Feb 25 2016, 10:08 AM
clayborg edited edge metadata.

Looks good.

This revision is now accepted and ready to land.Feb 25 2016, 10:08 AM
ovyalov accepted this revision.Feb 25 2016, 10:30 AM
ovyalov edited edge metadata.

LGTM

This revision was automatically updated to reflect the committed changes.