mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
After a value is consumed, we emit a `debug_value undef` to indicate that the variable value is no longer valid to the debugger. However, once a value is reassigned, it becomes valid again, so emit a `debug_value %original_address` to reassociate the variable with the valid memory location. rdar://109218404
2.8 KiB
2.8 KiB