Philippe Mathieu-Daudé writes:
> Move the NULL check on command schema buffer from the callee
> cmd_parse_params() to the single caller, process_string_cmd().
>
> This simplifies the process_string_cmd() logic.
>
> Signed-off-by: Philippe Mathieu-Daudé
Reviewed-by: Alex Bennée
--
Alex Benn
Move the NULL check on command schema buffer from the callee
cmd_parse_params() to the single caller, process_string_cmd().
This simplifies the process_string_cmd() logic.
Signed-off-by: Philippe Mathieu-Daudé
---
gdbstub.c | 27 ---
1 file changed, 12 insertions(+), 15