How to install gdb on OSX

Author

Dheepak Krishnamurthy

Published

July 27, 2015

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

Reuse

Citation

BibTeX citation:
@online{krishnamurthy2015,
  author = {Krishnamurthy, Dheepak},
  title = {How to Install Gdb on {OSX}},
  date = {2015-07-27},
  url = {https://kdheepak.com/blog/how-to-install-gdb-on-osx},
  langid = {en}
}
For attribution, please cite this work as:
D. Krishnamurthy, “How to install gdb on OSX,” Jul. 27, 2015. https://kdheepak.com/blog/how-to-install-gdb-on-osx.