This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [patch 1/3] Clear stale specific locs, not whole bpts [rediff]
- From: "Ulrich Weigand" <uweigand at de dot ibm dot com>
- To: jan dot kratochvil at redhat dot com (Jan Kratochvil)
- Cc: frederic dot riss at gmail dot com (Frederic Riss), pedro at codesourcery dot com (Pedro Alves), gdb-patches at sourceware dot org
- Date: Fri, 11 Jun 2010 18:24:40 +0200 (CEST)
- Subject: Re: [patch 1/3] Clear stale specific locs, not whole bpts [rediff]
Jan Kratochvil wrote:
> gdb/testsuite/
> 2010-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
>
> * gdb.base/moribund-step.exp: New.
> +gdb_test_no_output "set non-stop on"
> +
> +if ![runto_main] {
> + return
> +}
This fails on platforms that do not support non-stop mode:
(gdb) set non-stop on^M
(gdb) PASS: gdb.base/moribund-step.exp: set non-stop on
delete breakpoints^M
(gdb) info breakpoints^M
No breakpoints or watchpoints.^M
(gdb) break main^M
Breakpoint 1 at 0x18c: file /home/uweigand/fsf/gdb-head/gdb/testsuite/gdb.base/start.c, line 34.^M
(gdb) run ^M
The target does not support running in non-stop mode.^M
(gdb) FAIL: gdb.base/moribund-step.exp: running to main in runto
Bye,
Ulrich
--
Dr. Ulrich Weigand
GNU Toolchain for Linux on System z and Cell BE
Ulrich.Weigand@de.ibm.com