summaryrefslogtreecommitdiffstats
path: root/lldb/docs/code-signing.txt
Commit message (Collapse)AuthorAgeFilesLines
* Remove code-signing.txt now that it's part of the docsJonas Devlieghere2019-07-031-69/+0
| | | | | | | The file's content is part of the website: https://lldb.llvm.org/resources/build.html llvm-svn: 365082
* [lldb] Mention automatic codesign setup script [NFC]Raphael Isemann2019-07-021-1/+4
| | | | | | | | | The script is the modern way of getting the certificate, so we should mention it in the documentation. Patch idea by Davidino Italiano! llvm-svn: 364967
* [CMake] Make check-lldb work with LLDB_CODESIGN_IDENTITY=''Vedant Kumar2018-01-181-3/+8
| | | | | | | | | | | | On Darwin, if a test machine isn't set up for code-signing (see docs/code-signing.txt), running check-lldb should use the system debugserver instead of the unsigned one built in-tree. This makes it possible to run lldb's test suite without having code-signing set up, which is really convenient. Differential Revision: https://reviews.llvm.org/D42215 llvm-svn: 322803
* Fix a typo in code-signing.txtEnrico Granata2015-01-271-1/+1
| | | | llvm-svn: 227268
* Fix a few typos.Bruce Mitchener2014-06-271-1/+1
| | | | llvm-svn: 211851
* Updated the code signing docs.Greg Clayton2013-03-291-27/+21
| | | | llvm-svn: 178352
* Fix document typos, indentation in python code, and API examples.Daniel Malea2013-02-121-1/+1
| | | | | | Patch by Bruce Mitchener! llvm-svn: 175002
* Avoid potentially disastrous mistakes when removing a file.Filipe Cabecinhas2012-11-051-1/+1
| | | | llvm-svn: 167391
* Cleaned up the code signing instructions:Greg Clayton2012-11-051-4/+18
| | | | | | | | - make sure to delet the .cer file on the desktop - added section that describes what to do when you re-install a new OS where you still have an old code signing certificate around. llvm-svn: 167389
* Mention that the code signing process also applies to Mountain LionEnrico Granata2012-10-131-1/+1
| | | | llvm-svn: 165876
* Add a note.Johnny Chen2011-07-201-0/+1
| | | | llvm-svn: 135615
* Minor modification.Johnny Chen2011-07-201-1/+1
| | | | llvm-svn: 135606
* Updated the code signing instructions to be more complete.Greg Clayton2010-12-141-0/+6
| | | | llvm-svn: 121804
* Remove a reference to Leopard.Jim Ingham2010-06-251-2/+1
| | | | llvm-svn: 106814
* typeo fix.Jason Molenda2010-06-091-1/+1
| | | | llvm-svn: 105696
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+47
llvm-svn: 105619
OpenPOWER on IntegriCloud