checkpoint.exp: Check for non-"target native" instead of isnative/is_remote
authorPedro Alves <palves@redhat.com>
Thu, 12 Oct 2017 18:54:34 +0000 (19:54 +0100)
committerPedro Alves <palves@redhat.com>
Thu, 12 Oct 2017 18:54:57 +0000 (19:54 +0100)
commite48ef82dd2fc85560d14a45a632c82eaaadca7ce
treea018fe5cbfacba183238257370e1a39ea624ea3b
parent8d7aea574a8ab3a235088866860df75b542ae4a3
checkpoint.exp: Check for non-"target native" instead of isnative/is_remote

This gets rid of a number of FAILs with
--target_board=native-extended-gdbserver.

The fact that checkpointing does not work has nothing to do with
dejagnu's native and remote concepts.  It only works with native Linux
targets because the implementation is currently baked with
linux-nat.c.

gdb/testsuite/ChangeLog:
2017-10-12  Pedro Alves  <palves@redhat.com>
    Simon Marchi  <simon.marchi@polymtl.ca>

* gdb.base/checkpoint.exp: Don't check is_remote or isnative.
Instead skip if there's any gdb_protocol set.
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/checkpoint.exp