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]

[patch] Change cplus_specific to an alocated struct


I plan to expand the cplus_specific struct to store template information needed, of course, only for C++. Tom suggested that I move the substruct out of struct general_symbol_info and change its reference to a pointer to be assigned to the struct if allocated.

Thoughts ?

Attachment: cplus_specific-cleanup.patch
Description: Text document


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