RE: [PATCH V2 09/10] gdbstub: Add helper function to unregister GDB register space

2023-10-03 Thread Salil Mehta via
ng.com; il...@os.amperecomputing.com; > vis...@os.amperecomputing.com; karl.heub...@oracle.com; > miguel.l...@oracle.com; salil.me...@opnsrc.net; zhukeqian > ; wangxiongfeng (C) ; > wangyanan (Y) ; jiakern...@gmail.com; > maob...@loongson.cn; lixiang...@loongson.cn; Linuxarm

Re: [PATCH V2 09/10] gdbstub: Add helper function to unregister GDB register space

2023-10-02 Thread Gavin Shan
On 9/30/23 10:19, Salil Mehta wrote: Add common function to help unregister the GDB Register Space. This shall be done in context to the CPU unrealization. Signed-off-by: Salil Mehta --- gdbstub/gdbstub.c | 14 ++ include/exec/gdbstub.h | 5 + 2 files changed, 19 ins

[PATCH V2 09/10] gdbstub: Add helper function to unregister GDB register space

2023-09-29 Thread Salil Mehta via
Add common function to help unregister the GDB Register Space. This shall be done in context to the CPU unrealization. Signed-off-by: Salil Mehta --- gdbstub/gdbstub.c | 14 ++ include/exec/gdbstub.h | 5 + 2 files changed, 19 insertions(+) diff --git a/gdbstub/gdbstub.c b