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]

gdb on darwin solved!


  It turns out that the solution to running
FSF gdb on darwin9.8.0 or darwin10 is trivial.
There is a gap in the codesigning for gdb
apparently. The user just has to do...

chgrp procmod fsf-gdb
chmod g+s fsf-gdb

on the installed FSF gdb binary. This
will gain it access to the required Mach
port without having to resort to sudo.
Nice.
                    Jack


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