jrtc27 wrote: > No, strictly speaking. But only the change in DynamicTags.def. The rest is a > pure refactoring in my opinion. Removed.
But both getDynamicTagAsString functions previously treated the SPARC dynamic tags as machine-independent, so any architecture that didn't already have a tag defined for 0x70000001 would have decoded such a tag as SPARC_REGISTER not `<unknown:>0x70000001`. So that's an observable functional change, even if the input to observe it is likely questionable. https://github.com/llvm/llvm-project/pull/206316 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
