More than 5 years have passed since last update.
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)
参考
Register as a new user and use Qiita more conveniently
- You get articles that match your needs
- You can efficiently read back useful information
- You can use dark theme
