[Lldb-commits] [PATCH] D133623: Fix DW_OP_convert to resolve the CU relative offset correctly.

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Sep 12 13:56:21 PDT 2022


clayborg updated this revision to Diff 459551.
clayborg added a comment.

- Added the ability to select a compile unit by index to YAMLModuleTester
- Added an extra empty compile unit to the yaml for DWARFExpression::DW_OP_convert test to make sure we can trigger the previous bug
- Select the second compile unit that contains the DW_TAG_base_type entries we need for testing so the DWARF expressions succeed


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D133623/new/

https://reviews.llvm.org/D133623

Files:
  lldb/source/Expression/DWARFExpression.cpp
  lldb/unittests/Expression/DWARFExpressionTest.cpp
  lldb/unittests/TestingSupport/Symbol/YAMLModuleTester.cpp
  lldb/unittests/TestingSupport/Symbol/YAMLModuleTester.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D133623.459551.patch
Type: text/x-patch
Size: 4124 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20220912/2978b6ca/attachment.bin>


More information about the lldb-commits mailing list