kuilpd wrote:

> LGTM except you need a test to assert that nullptr doesn't shadow a variable 
> of the same name in the frame.

I made a separate test after all. If I put `nullptr` variable in the same 
binary where I also try to resolve it as a null pointer, DIL will still find it 
as a global variable, and we don't have a way to pass the setting that disables 
that through SB API.

https://github.com/llvm/llvm-project/pull/208831
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to