Adrian Prantl

Results 11 issues of Adrian Prantl

Variable debug info is triggered by pattern bindings, however, inside a closure capture list, this should be avoided by setting the appropriate flag in the initializer object. rdar://110329894 (cherry picked...

While it could be determined statically, it's more future-proof to calculate it every time, since some substituions might intrroduce extra newlines. rdar://127123509

rdar://127250635

Global variables in Swift are lazy initialized and often zeroed out before the first access. This can be confusing to users, so this patch modifies the array dataformatter to recognize...

``` commit 0099133e00f710c8b5079bb36c17a6196ce62bde Author: Adrian Prantl Date: Thu Sep 19 14:37:13 2024 -0700 Emit a types log instead of an lldbassert() in SwiftDWARFImporterDelegate ```

This fixes crashes in LLDB expression evaluation when calling virtual Open functions. rdar://147797657 (cherry picked from commit f4a0f4b33990a400dffbea1c5eb77e22ac51c934) See https://github.com/swiftlang/swift/pull/80691 Description: Fixes a crash in LLDB when calling an open...

This fixes crashes in LLDB expression evaluation when calling virtual Open functions. rdar://147797657 (cherry picked from commit f4a0f4b33990a400dffbea1c5eb77e22ac51c934) See https://github.com/swiftlang/swift/pull/80691 Description: Fixes a crash in LLDB when calling an open...

[[LLDB] Fix conditional to also support AccessLevel::Open](https://github.com/swiftlang/swift/commit/3cae38d831d58e4a27a01ff32a0dd731ab0d3e69) This fixes crashes in LLDB expression evaluation when calling virtual Open functions. rdar://147797657 and [Improve legibility of conditional](https://github.com/swiftlang/swift/commit/f3815ad25b56b4627b96cbea2bb817748f116e8e) Commit https://github.com/swiftlang/swift/commit/bceb8176dd6f7a64fadef01f51ae1ef1db346c6a made the following...