Alex Bennée <alex.ben...@linaro.org> writes:
> Alex Bennée <alex.ben...@linaro.org> writes: > >> Jon Doron <ari...@gmail.com> writes: >> >>> Signed-off-by: Jon Doron <ari...@gmail.com> >> >> Reviewed-by: Alex Bennée <alex.ben...@linaro.org> > > Hmm although I bisected to this patch which fails on: > > 09:49 alex@zen/x86_64 [linux.git/master@origin] >gdb ./builds/arm64/vmlinux > -x ~/lsrc/qemu.git/tests/guest-debug/test-gdbstub.py <snip> > Connecting to remote > 0x0000000040000000 in ?? () > Checking we can step the first few instructions > warning: Invalid remote reply: <snip> >>> } >>> + >>> + if (cmd_parser) { >>> + /* helper will respond */ >>> + process_string_cmd(s, NULL, line_buf, cmd_parser, 1); >>> + } else { >>> + /* unknown command, empty respone */ >>> + put_packet(s, ""); >>> + } >>> + We can't default to this empty response until we have converted the table otherwise we get strangeness and double responses. >>> return RS_IDLE; >>> } -- Alex Bennée