Skip to content

Fix reporting the lack of global variables in "target var". #1844

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

Merged

Conversation

jimingham
Copy link

There was a little thinko which meant when stopped in a frame with
debug information but whose CU didn't have any global variables we
report:

no debug info for frame

This patch fixes that error message to say the intended:

no global variables in current compile unit

rdar://problem/69086361

(cherry picked from commit 94b0d83)

There was a little thinko which meant when stopped in a frame with
debug information but whose CU didn't have any global variables we
report:

no debug info for frame <N>

This patch fixes that error message to say the intended:

no global variables in current compile unit

<rdar://problem/69086361>

(cherry picked from commit 94b0d83)
@jimingham
Copy link
Author

@swift-ci please test

@jimingham jimingham merged commit c410cd3 into swiftlang:apple/stable/20200714 Sep 26, 2020
@jimingham jimingham deleted the no-vars-not-no-debug-info branch September 26, 2020 01:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant