[Lldb-commits] [lldb] [lldb][NativePDB] Handle `S_DEFRANGE_REGISTER_REL_INDIR` (PR #190336)
Zequan Wu via lldb-commits
lldb-commits at lists.llvm.org
Fri Apr 3 12:58:45 PDT 2026
================
@@ -229,6 +230,31 @@ DWARFExpression lldb_private::npdb::MakeVFrameRelLocationExpression(
});
}
+DWARFExpression lldb_private::npdb::MakeVFrameRelIndirLocationExpression(
----------------
ZequanWu wrote:
I don't see the test case of this dwarf expression (VFRAME base reg), is it something not able to repro with clang/msvc?
https://github.com/llvm/llvm-project/pull/190336
More information about the lldb-commits
mailing list