[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 0/8] some testing and gdbstub fixes
From: |
Peter Maydell |
Subject: |
Re: [PATCH 0/8] some testing and gdbstub fixes |
Date: |
Thu, 10 Aug 2023 16:58:15 +0100 |
On Thu, 10 Aug 2023 at 16:36, Alex Bennée <alex.bennee@linaro.org> wrote:
>
> This is mostly gdbstub focused but I cleaned up some bits while I was
> in the testing makefiles. This is mostly to make the "check-tcg"
> output as clean as possible without ugly line wraps. I tried to
> eliminate the gdbstub info() output but sadly this is harder than
> expected.
>
> I've tweaked the gdbstub handling for Ctrl-c packets as suggested by
> Matheus. While I was there I also noticed we were being a bit precious
> about gdb sending preemptive ACKS so I fixed that as well.
>
> I don't know if this is all late 8.1-rc material but its fairly simple
> testing updates and the ccache stuff from Daniel should help as well.
At this point in the cycle I would favour putting in
the minimum that actually fixes bugs / test failure issues.
thanks
-- PMM
- Re: [PATCH 5/8] tests/tcg: clean-up gdb confirm/pagination settings, (continued)