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

2019-04-24 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20190424130222.21537-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

[Qemu-devel] [PATCH v2] 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 | 1619 + 1 file changed, 1128 insertions(+), 491 deletions(-) diff --git a/