Re: [Qemu-devel] [PATCH v1] gdbstub: Refactor gdb packets handler

2019-04-24 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20190424124414.17775-1-ari...@gmail.com/ Hi, This series failed the asan build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN === #!/bin/bash time ma

Re: [Qemu-devel] [PATCH v1] gdbstub: Refactor gdb packets handler

2019-04-24 Thread Alex Bennée
Jon Doron writes: > Refactor the command packet handling code to ease the work of > adding and extending commands that are currently not implemented. > > Signed-off-by: Jon Doron > --- > gdbstub.c | 1577 + > 1 file changed, 1092 insertions(

Re: [Qemu-devel] [PATCH v1] gdbstub: Refactor gdb packets handler

2019-04-24 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20190424124414.17775-1-ari...@gmail.com/ Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20190424124414.17775-1-ari...@gmail.com Subject: [Qemu-devel] [PATCH v1] gdbstub: Refactor

[Qemu-devel] [PATCH v1] gdbstub: Refactor gdb packets handler

2019-04-24 Thread Jon Doron
Refactor the command packet handling code to ease the work of adding and extending commands that are currently not implemented. Signed-off-by: Jon Doron --- gdbstub.c | 1577 + 1 file changed, 1092 insertions(+), 485 deletions(-) diff --git a/