Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 392 Bytes

30-gdb.md

File metadata and controls

17 lines (14 loc) · 392 Bytes
title date category summary
How to install gdb on OSX
2015-07-27 10:52:17 -0600
blog
Installing gdb and fixing the certificate issue
brew tap homebrew/dupes
brew install gdb

Certificate issue can be resolved by the following steps

sudo security add-trust -d -r trustRoot -p basic -p codeSign -k /Library/Keychains/System.keychain ~/Desktop/gdb-cert.cer