DavidSpickett wrote: > I think that, in general, a situation is always possible in which it is > unclear how to decode the instruction length, so it is hard to imagine how > this can be improved.
For llvm-objdump and Arm Thumb they have something that will keep jumping forward to find a point that finally decodes. Maybe there's something special about Thumb that helps them do that. Probably something like N byte encodings are always N byte aligned (later Thumb can be 16 or 32-bit) Anyway, no requirement to pursue that. https://github.com/llvm/llvm-project/pull/164413 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
