OSDN Git Service

Add lldb type unit support to the release notes
authorPavel Labath <pavel@labath.sk>
Tue, 9 Jul 2019 22:36:43 +0000 (22:36 +0000)
committerPavel Labath <pavel@labath.sk>
Tue, 9 Jul 2019 22:36:43 +0000 (22:36 +0000)
Reviewers: JDevlieghere, teemperor

Subscribers: llvm-commits, lldb-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D64366

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@365568 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.rst

index 4ad4c94..c3ce86b 100644 (file)
@@ -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>`_.