jasonmolenda wrote: My only concern about adding these to the GPRs in the .h file is that I don't know if that might be an issue for a NativeHost plugin. With a gdb-remote protocol, we ask the remote stub what registers it supports (target.xml, or qRegisterInfo). It may only provide a register name and number -- and we want to supplement the size, format, and any additional info like eh_frame/dwarf regno, from the .h file definitions. I don't think having extra registers in that register infos array is a problem with gdb remote serial protocol sessions.
https://github.com/llvm/llvm-project/pull/183860 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
