This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Building on Darwin


> (gdb) run
> Starting program: /Volumes/MM110605/src/eec/cummings
> Unable to find Mach task port for process-id 95355: (os/kern) failure (0x5).
>  (please check gdb is codesigned - see taskgated(8))

You either have to codesign gdb (see taskgated(8)), or another option
is to change gdb's permissions using 'chgrp procmod' + 'chmod g+s'.

-- 
Joel


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]