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
 ===========================================
 


        
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to