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

Support source-context resolution from multiple files #1112

Open
vaind opened this issue Mar 22, 2023 · 0 comments
Open

Support source-context resolution from multiple files #1112

vaind opened this issue Mar 22, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@vaind
Copy link
Contributor

vaind commented Mar 22, 2023

Historically, only source-bundles contained sources for source-context. Nowadays, you can also have them in Portable PDBs, whether as embedded, or as links. In the future, other formats may follow.

In order to resolve source context as best as we can, we should not limit resolution to a single debug file that reports has_sources() = true but instead try to match each of them until a match is found. Alternatively, they should be combined. This resolution could be cached if needed.

@Swatinem Swatinem added enhancement New feature or request and removed Status: Untriaged labels Mar 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants