]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Add test for continuing with some threads running
authorPedro Alves <pedro@palves.net>
Fri, 24 Jan 2025 18:10:50 +0000 (18:10 +0000)
committerPedro Alves <pedro@palves.net>
Mon, 9 Jun 2025 17:09:10 +0000 (18:09 +0100)
commit6f0714b0a61592d8ad36f5fa0233f8c1fd72b5ac
tree549c38230137801bc01d0773d2f07f0dcc142ff4
parent9495dfa89bffe114f5c31b3766acb5e4ea97f9fb
Add test for continuing with some threads running

This testcase would have helped catch some issues I ran into while
working on the Windows non-stop support.

It tests continuing all threads in all-stop mode when at least one
thread is already running.

Change-Id: Ie8cd5c67502aed3c3b159d5eb5eeedee2f84eeef
gdb/testsuite/gdb.threads/continue-some-running.c [new file with mode: 0644]
gdb/testsuite/gdb.threads/continue-some-running.exp [new file with mode: 0644]