We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b8f546 commit 06bc9d5Copy full SHA for 06bc9d5
lldb/packages/Python/lldbsuite/test/functionalities/param_entry_vals/basic_entry_values_x86_64/main.cpp
@@ -152,7 +152,10 @@ int main() {
152
func2(sink, 123);
153
154
// Test evaluation of "DW_OP_fbreg -24, DW_OP_deref" in the parent frame.
155
+ // Disabled for now, see: llvm.org/PR43343
156
+#if 0
157
func3(sink, s1.field2);
158
+#endif
159
160
// The sequences `main -> func4 -> func{5,6}_amb -> sink` are both plausible.
161
// Test that lldb doesn't attempt to guess which one occurred: entry value
0 commit comments