This is the mail archive of the
gdb@sourceware.org
mailing list for the GDB project.
Re: [ANNOUNCEMENT] GDB 7.0 release process created
Jack,
Are you confirming that Paul's patch makes a difference?
> (gdb) r
> Starting program: /Users/howarth/a.out
> Unable to find Mach task port for process-id 154: (os/kern) failure (0x5).
> (please check gdb is setgid procmod)
> (gdb)
>
> So it seems like breakpoints can be set but their is a setgid problem.
Right, it must be setgit procmod. Nice to see that GDB prints this
suggestion. Anyway, do:
% sudo chgrp procmod gdb
% sudo chmod g+s gdb
--
Joel