- Use the Keychain Access application to create a certificate with the following properties: self signed root, code signing, system, and always trust.
- Run the
command codesign -f -s "gdb-cert" $(which gdb)
.
References
21 Nov 2014
-
osx
command codesign -f -s "gdb-cert" $(which gdb)
.References