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)
Go to list of users who liked
More than 5 years have passed since last update.
brew tap homebrew/dupes
brew install gdb
GDBにコード署名する。
OS XでGDBを使う(ためにコード署名をする)
ps aux | grep taskgated
sudo kill xxxx
codesign -s gdb-cert $(which gdb)
Register as a new user and use Qiita more conveniently
Go to list of users who liked