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: [RFA/mingw32] environment variables are case-insensitive on win32


Hi Jerome,

I noticed one small issue:

> +# make sure $pc is sane, in case we're talking to a board.
> +if { ![runto_main] } {
> +    gdb_suppress_tests;

We do not use the suppress_... routines anymore. Usually, at
the start of a test, we use untested, IIRC.

-- 
Joel


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