From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21612 invoked by alias); 27 Mar 2007 19:33:08 -0000 Received: (qmail 21602 invoked by uid 22791); 27 Mar 2007 19:33:07 -0000 X-Spam-Check-By: sourceware.org Received: from return.false.org (HELO return.false.org) (66.207.162.98) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 27 Mar 2007 20:33:00 +0100 Received: from return.false.org (localhost [127.0.0.1]) by return.false.org (Postfix) with ESMTP id AAF2D4B271; Tue, 27 Mar 2007 14:32:58 -0500 (CDT) Received: from caradoc.them.org (dsl093-172-095.pit1.dsl.speakeasy.net [66.93.172.95]) by return.false.org (Postfix) with ESMTP id 38D584B26F; Tue, 27 Mar 2007 14:32:57 -0500 (CDT) Received: from drow by caradoc.them.org with local (Exim 4.63) (envelope-from ) id 1HWHPd-0001gv-8c; Tue, 27 Mar 2007 15:32:57 -0400 Date: Tue, 27 Mar 2007 19:33:00 -0000 From: Daniel Jacobowitz To: Denis PILAT Cc: gdb-patches@sourceware.org, Nick Roberts Subject: Re: [RFC] -thread-select double print stack frame Message-ID: <20070327193257.GM28164@caradoc.them.org> Mail-Followup-To: Denis PILAT , gdb-patches@sourceware.org, Nick Roberts References: <45FE948B.9090007@st.com> <17919.12645.81319.568064@kahikatea.snap.net.nz> <4607C863.7080405@st.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4607C863.7080405@st.com> User-Agent: Mutt/1.5.14+cvs20070313 (2007-03-13) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2007-03/txt/msg00274.txt.bz2 On Mon, Mar 26, 2007 at 03:19:31PM +0200, Denis PILAT wrote: > 2007-03-26 Denis Pilat > * stack.c (print_stack_frame): alway use LOC_AND_ADDRESS in mi output. > * infrun.c (normal_stop): remove mi specific frame printing treatment. This is basically OK; I agree with Nick that it's the right solution. It needs some formatting fixes, though. 2007-03-26 Denis Pilat * stack.c (print_stack_frame): Always use LOC_AND_ADDRESS in MI output. * infrun.c (normal_stop): Remove MI specific frame printing treatment. Thanks for the patch. -- Daniel Jacobowitz CodeSourcery