gdb/
authorPedro Alves <palves@redhat.com>
Mon, 22 Sep 2008 11:00:41 +0000 (11:00 +0000)
committerPedro Alves <palves@redhat.com>
Mon, 22 Sep 2008 11:00:41 +0000 (11:00 +0000)
commit1ad15515cd017050d1ac497ca34f8e0343d66625
tree5eb328386a669a043cdd718353bdd6da0c0ffa90
parent29d1e62037baaf2bdbaf2511b2c4847b0185be0b
gdb/
* linux-nat.c (linux_nat_wait): Only use set_ignore_sigint in
all-stop mode.

gdb/testsuite/
* lib/mi-support.exp (mi_expect_interrupt): New.
(mi_reverse_list, mi_check_thread_states): New, moved and renamed
from gdb.mi/mi-nonstop.exp.
* gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
* gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
lib/mi-support.exp.
Use mi_check_thread_states throughout.  Avoid ".*" and do not
require an anchor after -exec-run.
gdb/ChangeLog
gdb/linux-nat.c
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.mi/mi-nonstop.exp
gdb/testsuite/gdb.mi/mi-nsintrall.exp [new file with mode: 0644]
gdb/testsuite/gdb.mi/nsintrall.c [new file with mode: 0644]
gdb/testsuite/lib/mi-support.exp