[Lldb-commits] [lldb] [lldb] Added a warning in case of instruction decode failure (PR #164413)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Thu Oct 23 07:30:21 PDT 2025
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
More information about the lldb-commits
mailing list