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]

[Patch] Mechanism for board files to set default remotetimeout


The enclosed simple patch adds and demonstrates a new mechanism for a
board file to declare a default remotetimeout. It follows a similar
mechanism as set height 0.

This is useful if the board has high latency for internal gdb
commands, as remote-stdio-gdbserver.exp does.

OK for trunk?

Sterling

2013-05-30  Sterling Augustine  <saugustine@google.com>

	* lib/gdb.exp (default_gdb_start): Use new global gdb_remotetimeout.
	* boards/remote-stdio-gdbserver.exp: Set global gdb_remotetimeout.

Attachment: remotetimeout.patch
Description: Binary data


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