Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions llvm/docs/ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---------------

Expand Down
Loading