[Lldb-commits] [lldb] r121804 - /lldb/trunk/docs/code-signing.txt

Greg Clayton gclayton at apple.com
Tue Dec 14 15:19:04 PST 2010


Author: gclayton
Date: Tue Dec 14 17:19:04 2010
New Revision: 121804

URL: http://llvm.org/viewvc/llvm-project?rev=121804&view=rev
Log:
Updated the code signing instructions to be more complete.


Modified:
    lldb/trunk/docs/code-signing.txt

Modified: lldb/trunk/docs/code-signing.txt
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/docs/code-signing.txt?rev=121804&r1=121803&r2=121804&view=diff
==============================================================================
--- lldb/trunk/docs/code-signing.txt (original)
+++ lldb/trunk/docs/code-signing.txt Tue Dec 14 17:19:04 2010
@@ -43,4 +43,10 @@
 
 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.





More information about the lldb-commits mailing list