[Lldb-commits] [PATCH] D60949: UnwindPlan: pretty-print dwarf expressions

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Sun Apr 21 08:30:53 PDT 2019


labath created this revision.
labath added reviewers: jasonmolenda, clayborg.
Herald added a subscriber: aprantl.

Previously we were printing the dwarf expressions in unwind rules simply
as "dwarf-expr". This patch uses the existing dwarf-printing
capabilities in lldb to enhance this dump output, and print the full
decoded dwarf expression.


https://reviews.llvm.org/D60949

Files:
  lit/Unwind/Inputs/unwind-plan-dwarf-dump.s
  lit/Unwind/unwind-plan-dwarf-dump.test
  source/Symbol/UnwindPlan.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60949.196006.patch
Type: text/x-patch
Size: 3678 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190421/234b3682/attachment.bin>


More information about the lldb-commits mailing list