gdb/testsuite/

* gdb.threads/ia64-sigill.exp: Remove "set debug lin-lwp 1".
This commit is contained in:
Yao Qi 2011-06-14 08:03:32 +00:00
parent bcf2cf9fc5
commit 5ce5db06f1
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2011-06-14 Yao Qi <yao@codesourcery.com>
gdb/testsuite/
* gdb.threads/ia64-sigill.exp: Remove "set debug lin-lwp 1".
2011-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
* gdb.dwarf2/dw2-filename.exp (info sources): New testcase.

View File

@ -58,7 +58,6 @@ gdb_breakpoint [gdb_get_line_number "break-at-exit"]
gdb_test_no_output "set debug infrun 1"
# The ia64 SIGILL signal is visible only in the lin-lwp debug.
gdb_test_no_output "set debug lin-lwp 1"
gdb_test "continue" "Breakpoint \[0-9\]+,( .* in)? thread_func .*"