diff --git a/llvm/docs/ReleaseNotes.md b/llvm/docs/ReleaseNotes.md index 91726e7954052..257d962ba8941 100644 --- a/llvm/docs/ReleaseNotes.md +++ b/llvm/docs/ReleaseNotes.md @@ -182,10 +182,19 @@ Changes to the LLVM tools Changes to LLDB --------------- -* Support for FreeBSD on MIPS64 has been removed. -* The minimum assumed version of FreeBSD is now 14. The effect of which is that watchpoints are +### FreeBSD + +#### Userspace Debugging + +* Support for MIPS64 has been removed. +* The minimum assumed FreeBSD version is now 14. The effect of which is that watchpoints are assumed to be supported. +#### Kernel Debugging + +* The crashed thread is now automatically selected on start. +* Threads are listed in incrmental order by pid then by tid. + Changes to BOLT ---------------