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/RFA] Use runto_main and continue instead of run


Orjan Friberg <orjan.friberg@axis.com> wrote:
> The "run" command doesn't work well with remote targets.  Tested on 
> i686-pc-linux-gnu with no regressions.  Ok to commit?

Yes, approved, thanks.

Most gdb.threads/*.exp are already based on runto_main.

===

2004-10-01  Orjan Friberg  <orjanf@axis.com>

	* gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
	of "run", since the latter doesn't work with remote targets. Adjust the
	breakpoint numbering accordingly.
	* gdb.threads/pthread_cond_wait.exp: Ditto.


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