DavidSpickett wrote:

> This PR implements a register context for Wasm, which uses virtual registers 
> to resolve Wasm local, globals and stack values. 

As I understand it, we internally are adding virtual registers, because that's 
the metaphor lldb is used to. For users, `register read --all` still only shows 
the PC, as that's the only real register.

Correct?

Because I think if we're going to show what are conceptually variables as 
registers, that's worth a discussion, but I think this is not what you are 
doing here. This is just an internal convenience.

https://github.com/llvm/llvm-project/pull/151056
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to