|
From: | Richard Henderson |
Subject: | Re: [RFC PATCH] gdbstub: Re-factor gdb command extensions |
Date: | Wed, 17 Jul 2024 07:53:01 +1000 |
User-agent: | Mozilla Thunderbird |
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~
[Prev in Thread] | Current Thread | [Next in Thread] |