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: use SYMBOL_SYMTAB accessor


> While working on a different patch I noticed a few spots that were not
> using the SYMBOL_SYMTAB accessor macro.
> 
> This patch fixes these places.  I'm checking it in as obvious.

Thanks!

I am wondering if should consider making these structures opaque
Aside from the amount of work to do in order to achieve that,
do you see a negative is aiming for this goal for this particular
struct? (and all the symtab-related structs)?

[I've always wanted to make all complex and semi-complex structures
opaque :-)]

-- 
Joel


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