[Lldb-commits] [lldb] [LLDB][NativePDB] Mark blocks as parsed after parsing (PR #157493)
Michael Buch via lldb-commits
lldb-commits at lists.llvm.org
Mon Sep 8 08:44:21 PDT 2025
Michael137 wrote:
> As far as I know, there isn't anything in the debug info that says "this variable is the this pointer" other than the name/type of a variable and the type of the function.
How does the DIA PDB plugin do it then? Why can't the native plugin use `PDB_DataKind::ObjectPtr`?
https://github.com/llvm/llvm-project/pull/157493
More information about the lldb-commits
mailing list