We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5236f38 commit 0a2f1baCopy full SHA for 0a2f1ba
lldb/README.md
@@ -28,9 +28,13 @@ mkdir myswift
28
cd myswift
29
git clone https://github.com/apple/swift.git swift
30
./swift/utils/update-checkout
31
+./llvm-project/lldb/scripts/macos-setup-codesign.sh
32
./swift/utils/build-script -r --lldb
33
```
34
35
+Note: The codesigning setup script needs to be run only once. It's not required
36
+if `build-script` is run with the `--lldb-use-system-debugserver` flag.
37
+
38
# Contribution Subtleties
39
40
The swift-lldb project enhances the core LLDB project developed under
0 commit comments