[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
Tue Dec 4 04:28:50 PST 2018


leonid.mashinskiy added a comment.

> Is this true? Is it not possible for a program to depend on a value of a register which will be defined later?

I am not totally sure about this, but all valid fpo programs that I've seen in existing pdb support this invariant.
So I think that we can assume that every assignment depends only to precedent statements.


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

https://reviews.llvm.org/D55122





More information about the lldb-commits mailing list