File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -134,6 +134,18 @@ Changes to the Go bindings
134
134
Changes to the DAG infrastructure
135
135
---------------------------------
136
136
137
+
138
+ Changes to the Debug Info
139
+ ---------------------------------
140
+
141
+ * LLVM now supports the debug entry values (DW_OP_entry_value) production for
142
+ the x86, ARM, and AArch64 targets by default. Other targets can use
143
+ the utility by using the experimental option ("-debug-entry-values").
144
+ This is a debug info feature that allows debuggers to recover the value of
145
+ optimized-out parameters by going up a stack frame and interpreting the values
146
+ passed to the callee. The feature improves the debugging user experience when
147
+ debugging optimized code.
148
+
137
149
Changes to LLDB
138
150
===============
139
151
You can’t perform that action at this time.
0 commit comments