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: [RFA] BINOP_DIV and ptyp command


On Tue, Jan 29, 2008 at 07:35:51PM -0800, Doug Evans wrote:
> Here is a patch that is equivalent to
> http://sourceware.org/ml/gdb-patches/2008-01/msg00759.html
> but adds entries to the language vector.
> Knowing when to switch on current_language and when to add hooks to
> language_defn is always a judgement call, right?

That's right.  It depends how many languages currently need the hook,
how many are likely to, and how awkward adding a hook is.

-- 
Daniel Jacobowitz
CodeSourcery


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