labath added a comment.

In D110571#3030192 <https://reviews.llvm.org/D110571#3030192>, @jarin wrote:

> This still uses `frame variable` rather than `image lookup`, mostly because 
> `frame variable` tests better the user experience and the cognitive overhead 
> for making the code runnable does not seem to be too high.

This is not really about "cognitive overhead", but "who can run this test". 
With a running process the answer is "a person with a linux x86 machine". With 
image lookup it's "everyone". It's also easier to debug failures in the test, 
as less code gets run before you get to the interesting part.


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

https://reviews.llvm.org/D110571

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to