aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTankut Baris Aktemur <tankut.baris.aktemur@intel.com>2020-09-11 13:40:41 +0200
committerTankut Baris Aktemur <tankut.baris.aktemur@intel.com>2020-09-11 13:44:09 +0200
commita56f73917a8f96892c6e7d9ae60fb5a0d0495da2 (patch)
tree205bc0b7f1efa99e3280420c545f8577c9147759
parent580decb0249eae82e27f91aeccc653524eab943f (diff)
downloadgdb-a56f73917a8f96892c6e7d9ae60fb5a0d0495da2.zip
gdb-a56f73917a8f96892c6e7d9ae60fb5a0d0495da2.tar.gz
gdb-a56f73917a8f96892c6e7d9ae60fb5a0d0495da2.tar.bz2
gdb/testsuite: remove stale comment in gdb.base/bp-cmds-execution-x-script.exp
Remove a stale command that is apparently forgotten after a copy-paste from 'gdb.base/break-main-file-remove-fail.exp'. gdb/testsuite/ChangeLog: 2020-09-11 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com> * gdb.base/bp-cmds-execution-x-script.exp: Remove a stale comment.
-rw-r--r--gdb/testsuite/ChangeLog4
-rw-r--r--gdb/testsuite/gdb.base/bp-cmds-execution-x-script.exp5
2 files changed, 4 insertions, 5 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 5e4f28f..227b952 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2020-09-11 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
+
+ * gdb.base/bp-cmds-execution-x-script.exp: Remove a stale comment.
+
2020-09-10 Alan Modra <amodra@gmail.com>
PR 26597
diff --git a/gdb/testsuite/gdb.base/bp-cmds-execution-x-script.exp b/gdb/testsuite/gdb.base/bp-cmds-execution-x-script.exp
index 5eed3c2..1a34f84 100644
--- a/gdb/testsuite/gdb.base/bp-cmds-execution-x-script.exp
+++ b/gdb/testsuite/gdb.base/bp-cmds-execution-x-script.exp
@@ -13,11 +13,6 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>. */
-# Test that GDB isn't silent if it fails to remove a breakpoint from
-# the main program, independently of whether the program was loaded
-# with "file PROGRAM" or directly from the command line with "gdb
-# PROGRAM".
-
# Test that execution commands in a GDB script file run through -x
# work as expected. Specifically, the scripts creates a breakpoint
# that has "continue" in its command list, and then does "run".