aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base/execl-update-breakpoints.exp
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.base/execl-update-breakpoints.exp')
-rw-r--r--gdb/testsuite/gdb.base/execl-update-breakpoints.exp6
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/testsuite/gdb.base/execl-update-breakpoints.exp b/gdb/testsuite/gdb.base/execl-update-breakpoints.exp
index a980791..20d9101 100644
--- a/gdb/testsuite/gdb.base/execl-update-breakpoints.exp
+++ b/gdb/testsuite/gdb.base/execl-update-breakpoints.exp
@@ -16,12 +16,6 @@
# Test that when following an exec, we don't try to insert breakpoints
# in the new image at the addresses the symbols had before the exec.
-# Remote protocol does not support follow-exec notifications.
-
-if [is_remote target] {
- continue
-}
-
standard_testfile
# Build two copies of the program, each linked at a different address.