[llvm-branch-commits] [llvm-branch] r354659 - Release notes: a few lldb changes, by Raphael Isemann!

Hans Wennborg via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri Feb 22 00:09:08 PST 2019


Author: hans
Date: Fri Feb 22 00:09:08 2019
New Revision: 354659

URL: http://llvm.org/viewvc/llvm-project?rev=354659&view=rev
Log:
Release notes: a few lldb changes, by Raphael Isemann!

Modified:
    llvm/branches/release_80/docs/ReleaseNotes.rst

Modified: llvm/branches/release_80/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_80/docs/ReleaseNotes.rst?rev=354659&r1=354658&r2=354659&view=diff
==============================================================================
--- llvm/branches/release_80/docs/ReleaseNotes.rst (original)
+++ llvm/branches/release_80/docs/ReleaseNotes.rst Fri Feb 22 00:09:08 2019
@@ -237,6 +237,14 @@ Changes to the C API
 Changes to the DAG infrastructure
 ---------------------------------
 
+Changes to LLDB
+===============
+* Printed source code is now syntax highlighted in the terminal (only for C
+  languages).
+
+* The expression command now supports tab completing expressions.
+
+
 External Open Source Projects Using LLVM 8
 ==========================================
 




More information about the llvm-branch-commits mailing list