mchoo7 wrote: > Yeah if there's some blocking reason then make a note of it, but if not, > parity with kgdb is fine for this PR.
No replies from IRC channel, but based on the fact that this was introduced to KGDB back in 2015 and we didn't have proper support for ppc64le back then, I can only assume that no one was interested in this. The real problem is that in [pcb.h](https://github.com/freebsd/freebsd-src/blob/main/sys/powerpc/include/pcb.h) there are other structs like pmap between the registers I added and fpu registers. Someone is working (or at least announced to work) on separating pcb fields for debugging and making it stable, so I'll defer fpu register support for now. https://github.com/llvm/llvm-project/pull/180669 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
