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 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


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