Re: [PATCH v2 2/9] gdbstub: Move GdbCmdParseEntry into a new header file

2024-06-14 Thread Alex Bennée
Gustavo Romero writes: > Move GdbCmdParseEntry and its associated types into a separate header > file to allow the use of GdbCmdParseEntry and other gdbstub command > functions outside of gdbstub.c. > > Since GdbCmdParseEntry and get_param are now public, kdoc > GdbCmdParseEntry and rename get_pa

[PATCH v2 2/9] gdbstub: Move GdbCmdParseEntry into a new header file

2024-06-13 Thread Gustavo Romero
Move GdbCmdParseEntry and its associated types into a separate header file to allow the use of GdbCmdParseEntry and other gdbstub command functions outside of gdbstub.c. Since GdbCmdParseEntry and get_param are now public, kdoc GdbCmdParseEntry and rename get_param to gdb_get_cmd_param. This comm