commit | 983b1119bc315c9182e3aba898ca8099e54da49e | [log] [tgz] |
---|---|---|
author | John Baldwin <jhb@FreeBSD.org> | Tue Mar 22 12:05:43 2022 -0700 |
committer | John Baldwin <jhb@FreeBSD.org> | Tue Mar 22 12:05:43 2022 -0700 |
tree | e3193e091ee802a5622709841a061b75e5f79c6e | |
parent | 6719bc690e2829c50d3d3bb22ede1324e5baa12a [diff] |
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.