]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
btrace: do not allow moving running threads with 'record goto'
authorMarkus Metzger <markus.t.metzger@intel.com>
Wed, 13 Aug 2025 14:38:10 +0000 (14:38 +0000)
committerMarkus Metzger <markus.t.metzger@intel.com>
Mon, 3 Nov 2025 06:22:46 +0000 (06:22 +0000)
commit9a8c16ee84879c8f1abbc7d9b8f85a27d74288c1
tree99dcb59539b2e2006173a948dbc1bc7409731b7f
parent92dc62fe6e1f60ca9085ed19876dd4f990cb824f
btrace: do not allow moving running threads with 'record goto'

With asynchronous commands, a thread can be replaying in the background
while it is being moved using the 'record goto' command in the foreground.

Do not allow that.
gdb/record-btrace.c