labath added a comment.

Can we make the number of threads smaller? Perhaps by patching the linked lists 
to skip the uninteresting ones? 600 threads is way too much, all we really need 
is one thread from each of the three categories. Then you can meaningfully 
assert the names and registers of the existing threads (since their layout is 
the same, there's probably no point in asserting all registers, but it'd be 
good to check one or two, just to make sure the starting offset is right).


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

https://reviews.llvm.org/D116255

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

Reply via email to