[docs] Add the release notes about Debug Entry Values
authorDjordje Todorovic <djordje.todorovic@syrmia.com>
Tue, 7 Apr 2020 10:05:22 +0000 (12:05 +0200)
committerDjordje Todorovic <djolertrk@gmail.com>
Tue, 7 Apr 2020 10:08:22 +0000 (12:08 +0200)
Note that x86, arm and aarch64 targets support the Debug Entry Values
feature by default.

Differential Revision: https://reviews.llvm.org/D77494

llvm/docs/ReleaseNotes.rst

index f23756b..6858c2e 100644 (file)
@@ -134,6 +134,18 @@ Changes to the Go bindings
 Changes to the DAG infrastructure
 ---------------------------------
 
+
+Changes to the Debug Info
+---------------------------------
+
+* LLVM now supports the debug entry values (DW_OP_entry_value) production for
+  the x86, ARM, and AArch64 targets by default. Other targets can use
+  the utility by using the experimental option ("-debug-entry-values").
+  This is a debug info feature that allows debuggers to recover the value of
+  optimized-out parameters by going up a stack frame and interpreting the values
+  passed to the callee. The feature improves the debugging user experience when
+  debugging optimized code.
+
 Changes to LLDB
 ===============