[Lldb-commits] [lldb] [lldb-dap] Adjust variable display values. (PR #146754)
via lldb-commits
lldb-commits at lists.llvm.org
Wed Jul 2 13:06:30 PDT 2025
jimingham wrote:
dynamic value and object description are orthogonal. Dynamic value is the system that allows you to discover, for instance, the "most specific class of an object" when you are passed a pointer typed as one of the base classes of that most specific class. TTTT, I don't think we currently have to run code to get dynamic types anymore. It used to be that in some cases in ObjC we had to do that, but we haven't had to do that for a while.
https://github.com/llvm/llvm-project/pull/146754
More information about the lldb-commits
mailing list