Skip to content

Replace stack frame parameter with the more general process. (NFC) #4070

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

adrian-prantl
Copy link

This is a completely NFC refactoring to replace the stack frame weak
pointer passed through the LoadModule machinery with the less-specific
lldb::ProcessSP that is actually needed in the end.

This is a completely NFC refactoring to replace the stack frame weak
pointer passed through the LoadModule machinery with the less-specific
lldb::ProcessSP that is actually needed in the end.
@adrian-prantl
Copy link
Author

@swift-ci test

Comment on lines +1324 to +1325
// FIXME: this is uninitialized!
lldb::ProcessSP process_sp;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this intended to be fixed before merging?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix is in #4077

@adrian-prantl
Copy link
Author

@swift-ci test

@adrian-prantl adrian-prantl merged commit 7967957 into swiftlang:stable/20211026 Mar 16, 2022
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.

3 participants