Initial work to upgrade gdb to version 8.1
Currently, it build correctly if kgdb is disabled
kgdb code has to be ported to gdb 8.1
It looks to me that fbsd-kvm.c and fbsd-kld,c needs to be ported to use lm_info_base instead of lm_info
Differential D14148
devel/gdb: Upgrade to gdb 8.1 pizzamig on Jan 31 2018, 4:36 PM. Authored by Tags None Referenced Files
Subscribers
Details
Initial work to upgrade gdb to version 8.1 Currently, it build correctly if kgdb is disabled
Diff Detail
Event TimelineComment Actions
Comment Actions Sorry for the delay. Hope it is ok that I uploaded a modified version of your previous patch. I only changed kgdb bits and added the commits I mentioned above ('info proc', etc.). The changes for 8.1 (in case the logs are any help with composing the port commit log) are here: https://github.com/bsdjhb/gdb/compare/510a598...freebsd-8.1-kgdb |