RE: GDB reverse execution question
Carl Love via Gdb <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
On Mon, 2021-07-05 at 08:26 -0300, Luis Machado wrote:
> Does the following fix the problem for you?
>
> https://sourceware.org/pipermail/gdb-patches/2021-February/175678.html
>
The patch does fix a number of the reverse regression test failures.
However, the specific test that I am looking at, finish-reverse.exp, is
not fixed. Here is the list of failures with and without your fix:
err file name no patch louise patch
gdb.reverse/finish-reverse-bkpt.exp 2 2
gdb.reverse/finish-reverse.exp 11 11
gdb.reverse/fstatat-reverse.exp 1 1
gdb.reverse/next-reverse-bkpt-over-sr.exp 2 2
gdb.reverse/solib-precsave.exp 17 0
gdb.reverse/solib-reverse.exp 17 0
gdb.reverse/step-precsave.exp 7 0
gdb.reverse/step-reverse.exp 7 0
gdb.reverse/until-precsave.exp 2 2
gdb.reverse/until-reverse.exp 1 1
I will look a bit more into what your patch is doing and see if I can
understand what is going on in the finish-reverse.exp test with regards
to your patch. Thanks for the help.
Carl