On 7/17/24 02:55, Alex Bennée wrote:
Are you expecting the same GdbCmdParseEntry object to be registered multiple times? Can we fix that at a higher level?Its basically a hack to deal with the fact everything is tied to the CPUObject so we register everything multiple times. We could do a if (!registerd) register() dance but I guess I'm thinking forward to a hydrogenous future but I guess we'd need to do more work then anyway.
Any chance we could move it all to the CPUClass? r~