diff options
author | Tom Tromey <tom@tromey.com> | 2022-12-15 16:47:05 -0700 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2023-01-13 13:18:56 -0700 |
commit | ec1300f6ea8dfc432fae1c5d68ea1389d2d126a7 (patch) | |
tree | 43346d8adb3baa00730e6902a9bb8d86e71549d1 /gdb/testsuite/gdb.multi/bkpt-multi-exec.exp | |
parent | 465ee8475ef28147460fbe241c3b1dcd82d75fc4 (diff) | |
download | gdb-ec1300f6ea8dfc432fae1c5d68ea1389d2d126a7.zip gdb-ec1300f6ea8dfc432fae1c5d68ea1389d2d126a7.tar.gz gdb-ec1300f6ea8dfc432fae1c5d68ea1389d2d126a7.tar.bz2 |
Use require target_can_use_run_cmd
This changes some tests to use "require target_can_use_run_cmd".
Diffstat (limited to 'gdb/testsuite/gdb.multi/bkpt-multi-exec.exp')
-rw-r--r-- | gdb/testsuite/gdb.multi/bkpt-multi-exec.exp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gdb/testsuite/gdb.multi/bkpt-multi-exec.exp b/gdb/testsuite/gdb.multi/bkpt-multi-exec.exp index 30d049d..9ab1ef1 100644 --- a/gdb/testsuite/gdb.multi/bkpt-multi-exec.exp +++ b/gdb/testsuite/gdb.multi/bkpt-multi-exec.exp @@ -13,9 +13,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -if ![target_can_use_run_cmd] { - return -} +require target_can_use_run_cmd # Until "catch exec" is implemented on other targets... # |