Skip to content
kd
27 Jul 2015
Back to blog

How to install gdb on OSX

1 min read (9 words)
Terminal window
brew tap homebrew/dupes
brew install gdb

Certificate issue can be resolved by the following steps

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

Citation

@online{krishnamurthy2015howtoinstallgdbonosx,
  author = {Dheepak Krishnamurthy},
  title = {How to install gdb on OSX},
  year = {2015},
  date = {2015-07-27},
  url = {https://kdheepak.com/blog/how-to-install-gdb-on-osx/},
  langid = {en},
}

For attribution, please cite this work as:

Dheepak Krishnamurthy, "How to install gdb on OSX", July 27, 2015 https://kdheepak.com/blog/how-to-install-gdb-on-osx/


How to add line numbers for code blocks in Pelican
Emacsclient and tmux split navigation