This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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]

[Bug debug/61352] gcc 4.9.0 debug code confuses gdb 7.7.1 on darwin11/12 but not gcc 4.8.3 debug code


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61352

--- Comment #4 from Jack Howarth <howarth.at.gcc at gmail dot com> ---
Alsoâ

% gcc-fsf-4.9 -g -O1 --save-temps himenoBMTxpa.c -o himenoBMTxpa
â
% dsymutil ./himenoBMTxpa
% sudo fsf-gdb ./himenoBMTxpa

properly sets breakpoints and steps through the code generated by gcc 4.9.0 on
darwin12. So this is entirely due to the omitted execution of dsymutil.

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