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: Move language-changed message to verbose


On Mon, Nov 02, 2009 at 02:20:00PM -0500, Daniel Jacobowitz wrote:
> This patch implements the behavior I described in:
> 
>   http://sourceware.org/ml/gdb/2009-04/msg00039.html
> 
> with Eli's suggested change.  The language change message is only
> displayed if verbose; it is also fixed, since I discovered the version
> there is off-by-one.  The selected frame is not set until the
> following if statement, and current_language is set as a byproduct of
> finding the selected frame.
> 
> Any comments on this patch?
> 
> Tested on x86_64-linux, no regressions.

I've checked this in.

-- 
Daniel Jacobowitz
CodeSourcery


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