[llvm] r365568 - Add lldb type unit support to the release notes
Pavel Labath via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 9 15:36:43 PDT 2019
Author: labath
Date: Tue Jul 9 15:36:43 2019
New Revision: 365568
URL: http://llvm.org/viewvc/llvm-project?rev=365568&view=rev
Log:
Add lldb type unit support to the release notes
Reviewers: JDevlieghere, teemperor
Subscribers: llvm-commits, lldb-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D64366
Modified:
llvm/trunk/docs/ReleaseNotes.rst
Modified: llvm/trunk/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.rst?rev=365568&r1=365567&r2=365568&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.rst (original)
+++ llvm/trunk/docs/ReleaseNotes.rst Tue Jul 9 15:36:43 2019
@@ -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>`_.
More information about the llvm-commits
mailing list