]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Testcase for detaching while stepping over breakpoint users/palves/detach-step-over
authorPedro Alves <pedro@palves.net>
Mon, 14 Dec 2020 12:07:20 +0000 (12:07 +0000)
committerPedro Alves <pedro@palves.net>
Wed, 13 Jan 2021 01:07:13 +0000 (01:07 +0000)
commitb5d7ccb8c34f801791b7a8a37a718a0ad016e597
tree2cb6c8d667462e0a293018c1087dedf2d11b6b77
parent350909ba7b3c4fd2b3d9408211d4e4c5d7381f61
Testcase for detaching while stepping over breakpoint

This adds a testcase that exercises detaching while GDB is stepping
over a breakpoint, in all combinations of:

  - maint target non-stop off/on
  - set non-stop on/off
  - displaced stepping on/off

This exercises the bugs fixed in the previous 8 patches.

gdb/testsuite/ChangeLog:

* gdb.threads/detach-step-over.c: New file.
* gdb.threads/detach-step-over.exp: New file.
gdb/testsuite/gdb.threads/detach-step-over.c [new file with mode: 0644]
gdb/testsuite/gdb.threads/detach-step-over.exp [new file with mode: 0644]