LoginSignup
15
13

More than 5 years have passed since last update.

OS X に brew で gdb をインストール

Last updated at Posted at 2015-05-12

Install with Homebrew

brew tap homebrew/dupes
brew install gdb

Certifying GDB

GDBにコード署名する。
OS XでGDBを使う(ためにコード署名をする)

restart the taskgated process

ps aux | grep taskgated 
sudo kill xxxx

code sign GDB

codesign -s gdb-cert $(which gdb)

参考

15
13
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
15
13