+2017-10-12 Pedro Alves <palves@redhat.com>
+
+ * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
+ * gdb.threads/non-ldr-exc-2.exp: Ditto.
+ * gdb.threads/non-ldr-exc-3.exp: Ditto.
+ * gdb.threads/non-ldr-exc-4.exp: Ditto.
+
2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
* gdb.arch/arc-tdesc-cpu.exp: New file.
# Test that when a thread other than the main thread execs, we follow
# through to the new incarnation of the main thread.
-# No exec event support in the remote protocol.
-if { [is_remote target] } then {
- continue
-}
-
standard_testfile
set executable ${testfile}
# through to the new incarnation of the main thread, even if the main
# thread had already exited before the exec.
-# No exec event support in the remote protocol.
-if { [is_remote target] } then {
- continue
-}
-
standard_testfile
set executable ${testfile}
# non-ldr-exc-2.exp in that we have more than two threads in the
# program when the exec happens.
-# No exec event support in the remote protocol.
-if { [is_remote target] } then {
- continue
-}
-
standard_testfile
set executable ${testfile}
# from non-ldr-exc-1.exp in that we have more than two threads in the
# program when the exec happens.
-# No exec event support in the remote protocol.
-if { [is_remote target] } then {
- continue
-}
-
standard_testfile
set executable ${testfile}