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
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(
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
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/