Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SR-13719] Regression in breakpoint resolution time without dSYMs (dwarf debug map) #4457

Open
swift-ci opened this issue Oct 9, 2020 · 1 comment
Labels
bug Something isn't working LLDB for Swift

Comments

@swift-ci
Copy link

swift-ci commented Oct 9, 2020

Previous ID SR-13719
Radar rdar://problem/70298065
Original Reporter Davidee (JIRA User)
Type Bug
Additional Detail from JIRA
Votes 0
Component/s LLDB for Swift
Labels Bug
Assignee None
Priority Medium

md5: 48b12dd57c34b35ddd0bc0c16b928698

Issue Description:

See the description at https://forums.swift.org/t/lldb-regression-in-11-6/41060 and this trace

It seems that a change to how Swift lldb parses DWARF information leads lldb to eagerly create SwiftASTContexts when resolving breakpoints --> leading to parsing clang modules, which for large projects is quite expensive.

It is expected that the SwiftASTContexts should only be created once the breakpoint is hit.

@typesanitizer
Copy link

@swift-ci create

@swift-ci swift-ci transferred this issue from apple/swift-issues Apr 25, 2022
@shahmishal shahmishal transferred this issue from apple/swift May 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working LLDB for Swift
Projects
None yet
Development

No branches or pull requests

2 participants