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] Add support for Tilera TILE-Gx processor (part 1/2: gdb)


On 04/23/2012 08:58 PM, Jeff Kenton wrote:

> +void
> +_initialize_tilegx_tdep (void)
> +{
> +  /* tile-sim is so slow it needs a longer timeout.  */
> +  remote_timeout = 60;


Please remote this.  It's not acceptable.  Consider an --enable-targets=all build.
The timeout is best handled in the dejagnu board file.

-- 
Pedro Alves


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