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: [PATCH v4 9/9] enable target-async


Pedro> The question is whether that is actually true on all the other
Pedro> backends/targets that _don't_ know how to async.  Like e.g.,
Pedro> Windows.

Tom> Thanks, I see what you mean, finally.  I'll test it (really everything)
Tom> in the new special not-async mode and fix the test case accordingly.

I patched the test case in question (mi-cli.exp) to fix this problem.
Then I patched gdb to disable the new "maint set target-async" by
default (and to make "set target-async" enable this mode as well ... a
hack only needed when doing this kind of test) and re-ran the test
suite.  This passed.  So, I don't think there should be any other bugs
that will bite on a non-target-async system.  That said, I will test the
next revision of the series on AIX, which is truly not-async.

Tom


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