]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/testsuite/ChangeLog
Add remove-inferiors test
authorSimon Marchi <simon.marchi@ericsson.com>
Wed, 17 Aug 2016 19:53:29 +0000 (15:53 -0400)
committerSimon Marchi <simon.marchi@ericsson.com>
Wed, 17 Aug 2016 19:53:29 +0000 (15:53 -0400)
commit63c61e04bb7168f0819fc590ac44e7583b225f7b
tree2d2bc9a1db1ae70b187114702a28fe53a1254a4e
parenta4aa1f5f01456222b47096e19018a8adc251cd58
Add remove-inferiors test

I noticed that the remove-inferiors command was not tested, and as I am
doing some changes related to the user selection, I want to make sure I
don't break it.  For example, I want to make sure it's not possible to
remove the current inferior.

gdb/testsuite/ChangeLog:

* gdb.multi/remove-inferiors.exp: New file.
* gdb.multi/remove-inferiors.c: New file.
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.multi/remove-inferiors.c [new file with mode: 0644]
gdb/testsuite/gdb.multi/remove-inferiors.exp [new file with mode: 0644]