This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 00/14] Add a type-safe API to registries
>>>>> "John" == John Baldwin <jhb@FreeBSD.org> writes:
John> I looked a few of these over and think it's an improvement. Do existing
John> keys still work btw? I know fbsd-tdep.c has a progspace key to cache
John> info needed to resolve TLS variables. It also has gdbarch data used to
John> cache the generated type for $_siginfo. I don't mind converting them
John> myself if the changes support both the old and new styles for now.
Yes, this is implemented by adding a new type-safe wrapper for the
existing functions. I think it would be good to convert everything but
I haven't done so yet.
Tom