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]

Re: FYI: make current_objfile local to symbol readers


Mark> But isn't it a bad idea to have multiple static variables with the
Mark> same name?  It makes inspecting the variable with GDB a bit more
Mark> difficult...

Joel> That's true. It's easy to fix though: We can rename them to
Joel> coff_current_objfile, or current_coff_objfile, etc.

No problem, I will rename them.

Tom


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