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: How to implement gcore on pa-hpux ?


On Fri, Jan 06, 2006 at 02:28:24PM +0400, Joel Brobecker wrote:
> It's not as elegant as having a gdbarch or target method, but it's
> probably easier to implement. We defer a bit the work that makes this
> a method of some vector, but it's not necessary right now. Perhaps
> the pragmatic thing to do would be to wait until we need it before
> we start worrying about it. Even then, the work is slightly prepared
> because we already have the genericity based on the hook.
> 
> What do you guys think?

I think that if you need to add new files and rely on magic function
names, then you're already past the time when you needed to add things
to a vector.

-- 
Daniel Jacobowitz
CodeSourcery


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