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: [RFC] New inf-procfs module (replacing procfs)


> Something we had always considered, but shied away from,
> is to actually split procfs.c into two separate modules:
> one for the old API, and one for the new.  It's the only
> way you can really get rid of all those ifdefs, and if
> you're considering a major re-org anyway...
> 
> Just putting out the idea.

An interesting idea. The only concern I have is code duplication,
it'd be nice to be able to continue sharing the code that is already
shared. I'll keep that in mind!

-- 
Joel


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