08.07.2023 13:10, Alex Bennée wrote:
...
Good catch - your right it's purely fixing something that has been
merged in the current cycle.
That's entirely okay, - it's better to tag extra as "for-stable" and
reject things than to omit something important.
This is not a good catch actually - it i
Michael Tokarev writes:
> 03.07.2023 16:44, Alex Bennée wrote:
>> From: Nicholas Piggin
>> The final part of the reverse step and break handling is to bring
>> the machine back to a debug stop state. gdb expects a response.
>> A gdb 'rsi' command hangs forever because the gdbstub filters out
>
03.07.2023 16:44, Alex Bennée wrote:
From: Nicholas Piggin
The final part of the reverse step and break handling is to bring
the machine back to a debug stop state. gdb expects a response.
A gdb 'rsi' command hangs forever because the gdbstub filters out
the response (also observable with reve
From: Nicholas Piggin
The final part of the reverse step and break handling is to bring
the machine back to a debug stop state. gdb expects a response.
A gdb 'rsi' command hangs forever because the gdbstub filters out
the response (also observable with reverse_debugging.py avocado
tests).
Fix b