Skip to content

Commit 0a2f1ba

Browse files
authored
[lldb] Show --lldb-use-system-debugserver in readme (#3957)
* [lldb] Show --lldb-use-system-debugserver in readme * Document macos-setup-codesign.sh * Improved wording of note
1 parent 5236f38 commit 0a2f1ba

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lldb/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,13 @@ mkdir myswift
2828
cd myswift
2929
git clone https://github.com/apple/swift.git swift
3030
./swift/utils/update-checkout
31+
./llvm-project/lldb/scripts/macos-setup-codesign.sh
3132
./swift/utils/build-script -r --lldb
3233
```
3334

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+
3438
# Contribution Subtleties
3539

3640
The swift-lldb project enhances the core LLDB project developed under

0 commit comments

Comments
 (0)