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


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

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

-- 
Joel


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