diff options
| author | Raphael Isemann <teemperor@gmail.com> | 2020-02-21 12:02:35 +0100 |
|---|---|---|
| committer | Raphael Isemann <teemperor@gmail.com> | 2020-02-21 12:02:35 +0100 |
| commit | 3a91c12e7aa4c84026f2952f7f03857eb9510a52 (patch) | |
| tree | 22803ca168bcc399a4271352834404eadc42941e /llvm/docs | |
| parent | da0fe2ade369223ebea2dafd411746e854a801f2 (diff) | |
| download | bcm5719-llvm-3a91c12e7aa4c84026f2952f7f03857eb9510a52.tar.gz bcm5719-llvm-3a91c12e7aa4c84026f2952f7f03857eb9510a52.zip | |
[docs] Add some LLDB release notes
Diffstat (limited to 'llvm/docs')
| -rw-r--r-- | llvm/docs/ReleaseNotes.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst index 20e49b20f95..9c4bb3c33f0 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 =========================================== |

