mchoo7 wrote: > > Also pcb's LR fields stores LR not PC for normal threads > > This is a bit confusing given we expose LR as PC. Otherwise the diff itself > looks good to me (I had also not noticed PC was missing for the <14 case).
I thought thread crashed threads store their pc in `pcb.lr` while threads that didn't cause the crash preserves its `pcb.lr`. Does it store pc for both types of threads? https://github.com/llvm/llvm-project/pull/183947 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
