This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: GDB MI Reverse Commands added [3 of 3]


Jakob Engblom wrote:

> Final part: the test suite for gdb-MI reverse debugging commands. Attached as a
> file, to be put in [gdb]/src/gdb/testsuite/gdb.mi/

The file should be called mi-reverse.exp, I think, because mi2- files are supposed to test
that whatever was once announced as MI2 is not broken. And this is new development. Likewise,

        set MIFLAGS "-i=mi2"

should be:

        set MIFLAGS "-i=mi"

Also, I would appreciate if this:

    # Test exec-reverse-next
    # FIXME: Why does it take 2 next commands to get back to the
    #        previous line?

were somehow addressed. I am not familiar with details of reverse behaviour, so I
did not even try to check that the tested commands and locations, etc, are right.

This is OK with the above fixes and the fixes asked for by Michael.

Thanks,
Volodya



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]