clayborg wrote:

> The tests your described testing this change doesn't break things by delaying 
> definition DIE searching, which I think is already covered by existing tests 
> (created for other purposes, but also covers this case). I was thinking about 
> testing the definition DIE searching is actually delayed. Maybe there isn't a 
> way to do it.

You could enable logging and check for specific logging after steps. In the 
test I described above if you just print the "Foo *foo" variable, it won't need 
to complete the definition, you could check for logging, and then if you print 
"*foo", then it should complete the definition and you should see logging. Not 
sure if that is what you meant

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

Reply via email to