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: [RFC][PATCH] new-ui command under windows using NamedPipe


On 7/19/19 9:50 AM, Andrew Burgess wrote:

>> I tried it on GNU/Linux and things still work.  
>>
>> I ran all the MI tests with forced new-ui, with:
>>
>>  $ make check TESTS="gdb.mi/*.exp" RUNTESTFLAGS="FORCE_MI_SEPARATE_UI=1"
>>
>> and saw no regressions.
> 
> Are all of these special flags for testing documented anywhere?  Every
> now and then someone will mention some new flag that I've never seen
> before and I always think that one day it might be helpful...

Yes, in gdb/testsuite/README:

 ~~~~
 FORCE_SEPARATE_MI_TTY

 Setting FORCE_MI_SEPARATE_UI to 1 forces all MI testing to start GDB
 in console mode, with MI running on a separate TTY, on a secondary UI
 started with "new-ui".
 ~~~~

Thanks,
Pedro Alves


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