Re: [PATCH V15 7/7] gdbstub: Add helper function to unregister GDB register space

2024-07-15 Thread Igor Mammedov
On Sat, 13 Jul 2024 19:25:16 +0100 Salil Mehta wrote: > Add common function to help unregister the GDB register space. This shall be > done in context to the CPU unrealization. > > Note: These are common functions exported to arch specific code. For example, > for ARM this code is being referred

[PATCH V15 7/7] gdbstub: Add helper function to unregister GDB register space

2024-07-13 Thread Salil Mehta via
Add common function to help unregister the GDB register space. This shall be done in context to the CPU unrealization. Note: These are common functions exported to arch specific code. For example, for ARM this code is being referred in associated arch specific patch-set: Link: https://lore.kerne