-
Notifications
You must be signed in to change notification settings - Fork 344
[lldb] Show --lldb-use-system-debugserver in readme #3957
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
[lldb] Show --lldb-use-system-debugserver in readme #3957
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I thought we preferred people run lldb/scripts/macos-setup-codesign.sh and then they can use the debugserver they built? Might at least mention that as an option.
This is all from one build-script invocation. Would the build-script need to run that automatically then? |
I'm not sure what we prefer, but I will update the readme to mention the relationship between the flag and the script. |
That script creates the code signing cert which subsequent build will use. Until the cert expires, you don't need to run the command again.
… On Feb 16, 2022, at 7:14 PM, Andrew Trick ***@***.*** ***@***.***>> wrote:
I thought we preferred people run lldb/scripts/macos-setup-codesign.sh and then they can use the debugserver they built? Might at least mention that as an option.
This is all from one build-script invocation. Would the build-script need to run that automatically then?
—
Reply to this email directly, view it on GitHub <#3957 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ADUPVW65PQUW62K5MXAGXITU3RR2PANCNFSM5OTBUIOQ>.
Triage notifications on the go with GitHub Mobile for iOS <https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android <https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because your review was requested.
|
ab33aaa
to
fe638af
Compare
fe638af
to
db255e8
Compare
@swift-ci test |
@swift-ci test macOS |
* [lldb] Show --lldb-use-system-debugserver in readme * Document macos-setup-codesign.sh * Improved wording of note (cherry picked from commit 0a2f1ba)
Most people will likely want to build and test using the system debugserver.