This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: -stack-list-frames HIGH_FRAME changes
> > Please don't add new tests to just mi2-stack.exp. I don't much care
> > whether mi2-stack.exp is updated or not, but when we finalize mi3 and
> > create mi3-* tests, they're going to be copied from mi-*. So it's
> > important that new tests go there also.
>
> So, what's the point of mi2 tests at all?
> In any case, there's revised patch:
The mi- tests are the "current" MI tests. The mi2- tests make sure that
gdb -i=mi2 work.
So, at some point in the future we will make mi- tests become mi3-, we
will still have mi2- and mi- will become the new "current" MI tests.
Bob Rossi