This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [RFA] Fix printing frame arguments for COFF debug info
> Date: Sun, 24 May 2009 23:29:22 -0700
> From: Joel Brobecker <brobecker@adacore.com>
> Cc: gdb-patches@sourceware.org
>
> One of the things that you patch does, is also hidding an error that
> was actually an internal error.
Well, using current_language was the old behavior before your change,
so my patch is just falling back on that old behavior.
> We're trying to recover nicely from the situation in order to be
> more useful for the user, so getting rid of the error is OK, but I'd
> probably still emit a complaint. WDYT?
How about a warning under verbose operation? Would that be enough?