gdb/testsuite: remove stale comment in gdb.base/bp-cmds-execution-x-script.exp
authorTankut Baris Aktemur <tankut.baris.aktemur@intel.com>
Fri, 11 Sep 2020 11:40:41 +0000 (13:40 +0200)
committerTankut Baris Aktemur <tankut.baris.aktemur@intel.com>
Fri, 11 Sep 2020 11:44:09 +0000 (13:44 +0200)
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.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/bp-cmds-execution-x-script.exp

index 5e4f28ff1a4682a5f6d955d5b628fe11df0276f5..227b952641708d63ede79ae9033abac8eeb26d17 100644 (file)
@@ -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
index 5eed3c2d19cc77f36eb81be247ce4a30b72b2c36..1a34f846501dd7983a4b5c006ddc4f65f350371f 100644 (file)
 # 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".