[Lldb-commits] [PATCH] D66789: Remove DWARFExpression::LocationListSize

2019-08-29 Thread Pavel Labath via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL370373: Remove DWARFExpression::LocationListSize (authored by labath, committed by ). Herald added a project: LLVM. Herald added a subscriber: llvm-commits. Repository: rL LLVM CHANGES SINCE LAST ACTIO

[Lldb-commits] [PATCH] D66789: Remove DWARFExpression::LocationListSize

2019-08-27 Thread Jonas Devlieghere via Phabricator via lldb-commits
JDevlieghere accepted this revision. JDevlieghere added a comment. This revision is now accepted and ready to land. Thanks, Pavel! CHANGES SINCE LAST ACTION https://reviews.llvm.org/D66789/new/ https://reviews.llvm.org/D66789 ___ lldb-commits mai

[Lldb-commits] [PATCH] D66789: Remove DWARFExpression::LocationListSize

2019-08-27 Thread Pavel Labath via Phabricator via lldb-commits
labath created this revision. labath added reviewers: JDevlieghere, clayborg. Herald added subscribers: kristof.beyls, javed.absar, aprantl. The only reason for this function's existance is so that we could pass the correct size into the DWARFExpression constructor. However, there is no harm in pa