[Lldb-commits] [PATCH] D137284: Override CalculateFrameVariableError in SymbolFileOnDemand

Wanyi Ye via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Nov 2 12:46:11 PDT 2022


kusmour added a comment.

It'd be great to put some background in the summary.

The issue is introduced when adding Symbol OnDemand feature. We added a wrapper that ignore the error. And this affected the ability to populate the error when we have this feature turned on :D

(something like this, would be nice to link back to the symbol OnDemand patch as well)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D137284



More information about the lldb-commits mailing list