summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lldb/docs/code-signing.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/lldb/docs/code-signing.txt b/lldb/docs/code-signing.txt
index 4610a092e92..32bbb5fee3a 100644
--- a/lldb/docs/code-signing.txt
+++ b/lldb/docs/code-signing.txt
@@ -43,4 +43,10 @@ how Keychain Access makes certificates.
sudo security add-trust -d -r trustRoot -p basic -p codeSign -k /Library/Keychains/System.keychain ~/Desktop/lldb_codesign.cer
+- Right click on the "lldb_codesign" certificate in the "System" keychain (NOT
+ "login", but the one in "System"), and select "Delete" to delete it from
+ the "System" keychain.
+- Reboot
+- Clean and rebuild lldb and you should be able to debug.
+
That should do it.
OpenPOWER on IntegriCloud