This is the mail archive of the gdb-patches@sources.redhat.com 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/gdbserver] Be slightly more verbose


On Sat, Feb 28, 2004 at 01:06:27PM -0500, Daniel Jacobowitz wrote:
> These patches normalize gdbserver's output in a couple of cases.  Now, for
> both normal and attach operation, and for both serial and TCP operation,
> gdbserver will print out one line of output before it is ready for input
> and another line of output after it is ready for input, without blocking.
> This lets me update the test harness to not issue "target remote" until
> gdbserver is actually ready for a connection; on very slow targets, like the
> one I've been using all week, this can prevent time-consuming retries.
> No change in testsuite results, just a nice change in testsuite run time.
> 
> Will commit in a bit.

> 2004-02-28  Daniel Jacobowitz  <drow@mvista.com>
> 
> 	* remote-utils.c (remote_open): Print a status notice after
> 	opening a TCP port.
> 	* server.c (attach_inferior): Print a status notice after
> 	attaching.

I've checked this in on HEAD.

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer


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