[Lldb-commits] [PATCH] D66745: DWARFExpression: Simplify class interface

2019-08-27 Thread Pavel Labath via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rGe588b8b66456: DWARFExpression: Simplify class interface (authored by labath). Herald added a project: LLDB. Changed prior to commit: https://reviews.llvm.org/D66745?vs=217159&id=217317#toc Repository:

[Lldb-commits] [PATCH] D66745: DWARFExpression: Simplify class interface

2019-08-26 Thread Pavel Labath via Phabricator via lldb-commits
labath created this revision. labath added reviewers: JDevlieghere, clayborg. Herald added a subscriber: aprantl. The DWARFExpression methods have a lot of arguments. This removes two of them by removing the ability to slice the expression via two offset+size parameters. This is a functionality th