https://github.com/DuncanMcBain commented:
Thanks for the review. I've taken your suggestions on board, hopefully, though I am now a bit worried about the case you suggested (i.e. short instruction variants overlapping with other, longer instruction sequences). I think, however, with a bit of Googling, that there's no instruction overlap between the two encodings. Nevertheless if you'd like me to, I can change the way the comparisons are done (e.g. always checking two- and four-byte instructions against the bytes read). https://github.com/llvm/llvm-project/pull/174348 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
