diff options
Diffstat (limited to 'llvm/docs')
-rw-r--r-- | llvm/docs/ReleaseNotes.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst index 4ad4c94fb3b..c3ce86bf615 100644 --- a/llvm/docs/ReleaseNotes.rst +++ b/llvm/docs/ReleaseNotes.rst @@ -137,6 +137,8 @@ Changes to LLDB * Backtraces are now color highlighting in the terminal. +* DWARF4 (debug_types) and DWARF5 (debug_info) type units are now supported. + * This release will be the last where ``lldb-mi`` is shipped as part of LLDB. The tool will still be available in a `downstream repository on GitHub <https://github.com/lldb-tools/lldb-mi>`_. |