[llvm-branch-commits] [llvm] 3a91c12 - [docs] Add some LLDB release notes

Raphael Isemann via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri Feb 21 03:04:04 PST 2020


Author: Raphael Isemann
Date: 2020-02-21T12:02:35+01:00
New Revision: 3a91c12e7aa4c84026f2952f7f03857eb9510a52

URL: https://github.com/llvm/llvm-project/commit/3a91c12e7aa4c84026f2952f7f03857eb9510a52
DIFF: https://github.com/llvm/llvm-project/commit/3a91c12e7aa4c84026f2952f7f03857eb9510a52.diff

LOG: [docs] Add some LLDB release notes

Added: 
    

Modified: 
    llvm/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst
index 20e49b20f95d..9c4bb3c33f03 100644
--- a/llvm/docs/ReleaseNotes.rst
+++ b/llvm/docs/ReleaseNotes.rst
@@ -254,6 +254,15 @@ Changes to LLDB
 
 * Initial support for debugging Windows ARM and ARM64 binaries
 
+* Improved error messages in the expression evaluator.
+
+* Tab completions for command options now also provide a description for each option.
+
+* Fixed that printing structs/classes with the `expression` command sometimes did not
+  print the members/contents of the class.
+
+* Improved support for using classes with bit-field members in the expression evaluator.
+
 External Open Source Projects Using LLVM 10
 ===========================================
 


        


More information about the llvm-branch-commits mailing list