OSDN Git Service

gdb/
authorpalves <palves>
Mon, 22 Sep 2008 11:00:39 +0000 (11:00 +0000)
committerpalves <palves>
Mon, 22 Sep 2008 11:00:39 +0000 (11:00 +0000)
commitf0ac9b606e0bfd75adb515efd0b56c5bf5b7e524
treee6323049ff101038fb1df8a547f0d588bdbb844a
parentd9ee6531628de5a0e054261b12ca0b1489cbac58
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