[Lldb-commits] [PATCH] D55122: [PDB] Fix location retrieval for function local variables and arguments that are stored relative to VFRAME
Leonid Mashinskiy via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Dec 3 08:11:56 PST 2018
leonid.mashinskiy added a comment.
Seems like we can't move to NativePDB plugin right now, because there are still not implemented some methods like `ParseVariablesForContext` which this code integration based on.
But when it will - we can easily do the transition.
Repository:
rLLDB LLDB
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55122/new/
https://reviews.llvm.org/D55122
More information about the lldb-commits
mailing list