]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
fbsd-nat: Add a low_delete_thread virtual method.
authorJohn Baldwin <jhb@FreeBSD.org>
Tue, 22 Mar 2022 19:05:43 +0000 (12:05 -0700)
committerJohn Baldwin <jhb@FreeBSD.org>
Tue, 22 Mar 2022 19:05:43 +0000 (12:05 -0700)
commit983b1119bc315c9182e3aba898ca8099e54da49e
treee3193e091ee802a5622709841a061b75e5f79c6e
parent6719bc690e2829c50d3d3bb22ede1324e5baa12a
fbsd-nat: Add a low_delete_thread virtual method.

This method can be overridden by architecture-specific targets to
perform additional work when a thread is deleted.

Note that this method is only invoked on systems supporting LWP
events, but the pending use case (aarch64 debug registers) is not
supported on older kernels that do not support LWP events.
gdb/fbsd-nat.c
gdb/fbsd-nat.h