This is the mail archive of the gdb-patches@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]

How to exam struct structname structname in C++


GCC is compiled with C++ now and I can't exam recog_data:

recog.h:struct recog_data
recog.h:extern struct recog_data recog_data;

under GDB due to:

http://sourceware.org/bugzilla/show_bug.cgi?id=7737

Is there a work around for this without touching GCC
source?

-- 
H.J.


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