On 26 November 2010 22:17, Jay K wrote: > > I somewhat tracked down the odd/dubious reason extern "C" is "good".
This behaviour of Apple's gdb is a poor reason to modify GCC sources. It's probably just that gdb didn't use to be very good at matching C++ function names. > ... > (gdb) break F2 What if you use a single quote and hit TAB to complete the function name? i.e. break 'F2<TAB>