This revision was not accepted when it landed; it landed in state "Needs
Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit rG6905394d1539: [lldb/DWARF] Use DW_AT_call_pc to determine
artificial frame address (authored by vsk).
Herald added a proje
vsk added a comment.
I'll land this shortly if there aren't any objections.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76337/new/
https://reviews.llvm.org/D76337
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llv
jasonmolenda added a comment.
Nice fix, this looks good to me but I haven't been following this area of code
too closely before now.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76337/new/
https://reviews.llvm.org/D76337
___
lldb-commits
vsk created this revision.
vsk added reviewers: aprantl, jasonmolenda, friss.
lldb currently guesses the address to use when creating an artificial
frame (i.e., a frame constructed by determining the sequence of (tail)
calls which must have happened).
Guessing the address creates problems -- use