OSDN Git Service

gdb/
authorPedro Alves <pedro@codesourcery.com>
Mon, 22 Sep 2008 11:00:39 +0000 (11:00 +0000)
committerPedro Alves <pedro@codesourcery.com>
Mon, 22 Sep 2008 11:00:39 +0000 (11:00 +0000)
commit8b6fd7ef03c08842926a1b00b450c80bd76b9fca
treebc7840108e254b8e4a068fed5a7b667e37a6a72b
parentc437f81f5792deaf95d4f310bcb5289f103c67f7
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