[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: GDB integration: loading types from new modules
From: |
Mohammad-Reza Nabipoor |
Subject: |
Re: GDB integration: loading types from new modules |
Date: |
Fri, 20 Sep 2024 17:44:20 +0200 |
Hi Jose.
On Fri, Sep 20, 2024 at 05:03:57PM GMT, Jose E. Marchesi wrote:
>
> I was wondering, when a new binary is loaded in GDB, does re-running
> poke-add-types to get all the types added by the new binary? If not,
> shall we add a feature to the patch-set?
>
You mean invoking `poke-add-types' without any arg, will re-define all the
already-registered types?
This makes sense.
At the moment, we don't process already-registered types, which is not good!
I'll fix this.
Regards,
Mohammad-Reza