1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-21 18:22:53 +01:00

[llvm][Release notes] Add memory tagging support to lldb changes

This commit is contained in:
David Spickett 2021-08-03 12:25:09 +00:00
parent d4eedb2312
commit aa2a6b072f

View File

@ -243,6 +243,12 @@ Changes to the LLVM tools
Changes to LLDB
---------------------------------
* LLDB now supports debugging programs on AArch64 Linux that use memory tagging (MTE).
* Added ``memory tag read`` and ``memory tag write`` commands.
* The ``memory region`` command will note when a region has memory tagging enabled.
* Synchronous and asynchronous tag faults are recognised.
* Synchronous tag faults have memory tag annotations in addition to the usual fault address.
Changes to Sanitizers
---------------------