“please check gdb is codesigned – see taskgated(8)” – How to get gdb installed with homebrew code signed?
This error occurs because OSX implements a pid access policy which requires a digital signature for binaries to access other processes pids. To enable gdb access to other processes, we must first code sign the binary. This signature depends on a particular certificate, which the user must create and register with the system. To create … Read more