[Lldb-commits] [lldb] r364967 - [lldb] Mention automatic codesign setup script [NFC]

Raphael “Teemperor” Isemann via lldb-commits lldb-commits at lists.llvm.org
Tue Jul 2 15:32:14 PDT 2019


Yeah that whole document should probably be part of the build section for macOS. I can move the guide there because I anyway have to learn how the new website works :)

- Raphael

> On Jul 2, 2019, at 3:27 PM, Jonas Devlieghere <jonas at devlieghere.com> wrote:
> 
> Should we convert this to RST file and make it a proper part of the website?
> 
> On Tue, Jul 2, 2019 at 2:07 PM Raphael Isemann via lldb-commits <lldb-commits at lists.llvm.org <mailto:lldb-commits at lists.llvm.org>> wrote:
> Author: teemperor
> Date: Tue Jul  2 14:07:25 2019
> New Revision: 364967
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=364967&view=rev <http://llvm.org/viewvc/llvm-project?rev=364967&view=rev>
> Log:
> [lldb] Mention automatic codesign setup script [NFC]
> 
> The script is the modern way of getting the certificate, so we should mention it in
> the documentation.
> 
> Patch idea by Davidino Italiano!
> 
> 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=364967&r1=364966&r2=364967&view=diff <http://llvm.org/viewvc/llvm-project/lldb/trunk/docs/code-signing.txt?rev=364967&r1=364966&r2=364967&view=diff>
> ==============================================================================
> --- lldb/trunk/docs/code-signing.txt (original)
> +++ lldb/trunk/docs/code-signing.txt Tue Jul  2 14:07:25 2019
> @@ -14,7 +14,10 @@ build folders that contained old signed
>  code signing using the executable's file system node, so you will need to
>  delete the file so the kernel clears its cache.
> 
> -If you don't have one yet you will need to:
> +Automatic setup:
> +- Run scripts/macos-setup-codesign.sh
> +
> +Manual setup steps:
>  - Launch /Applications/Utilities/Keychain Access.app
> 
>  - In Keychain Access select the "login" keychain in the "Keychains"
> 
> 
> _______________________________________________
> lldb-commits mailing list
> lldb-commits at lists.llvm.org <mailto:lldb-commits at lists.llvm.org>
> https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits <https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190702/33f49dfa/attachment.html>


More information about the lldb-commits mailing list