gdb/testsuite/
authorYao Qi <yao@codesourcery.com>
Tue, 14 Jun 2011 08:03:32 +0000 (08:03 +0000)
committerYao Qi <yao@codesourcery.com>
Tue, 14 Jun 2011 08:03:32 +0000 (08:03 +0000)
* gdb.threads/ia64-sigill.exp: Remove "set debug lin-lwp 1".

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.threads/ia64-sigill.exp

index 8242272371a8da7f76160d767167c67ff33f98cc..b4e0deaf9cfdae6bc2082cac3121ba07ce5eaa08 100644 (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.
index 2b0290f9faaa1709f48a9973b041c5fe8dd95936..98670415dede15f93596de54059d2af5da2e6649 100644 (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 .*"