[Lldb-commits] [lldb] [lldb] Treat `__this` from CodeView/PDB as captured `this` (PR #200271)
Michael Buch via lldb-commits
lldb-commits at lists.llvm.org
Fri May 29 00:18:08 PDT 2026
https://github.com/Michael137 approved this pull request.
Almost feels like we want something like `GetObjectPointerChild`, which will call `GetChildMemberWithName` on all the possible names for it.
With C++23's explicit object parameters that'll get more complicated, because it can have any type/any name. Debug-info (at least DWARF) knows what the object parameter is. So we'll eventually have to store that somewhere on ValueObject or something. Haven't thought through the details
https://github.com/llvm/llvm-project/pull/200271
More information about the lldb-commits
mailing list