From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28537 invoked by alias); 23 Apr 2008 13:44:13 -0000 Received: (qmail 28528 invoked by uid 22791); 23 Apr 2008 13:44:12 -0000 X-Spam-Check-By: sourceware.org Received: from qnxmail.qnx.com (HELO nimbus.ott.qnx.com) (209.226.137.76) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 23 Apr 2008 13:43:52 +0000 Received: by nimbus.ott.qnx.com with Internet Mail Service (5.5.2653.19) id ; Wed, 23 Apr 2008 09:43:49 -0400 Message-ID: <480F3D0D.7090606@qnx.com> From: Aleksandar Ristovski To: Vladimir Prus Cc: gdb-patches@sourceware.org Subject: Re: [patch] fix for PR2424 Date: Wed, 23 Apr 2008 17:48:00 -0000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) user-agent: Content-Type: text/plain; charset="iso-8859-1" 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: 2008-04/txt/msg00521.txt.bz2 Vladimir Prus wrote: > Aleksandar Ristovski wrote: > >> NOTE3: In mi-support.exp (mi_expect_stop), I put argument "after_reason" to >> be >> after the reason > > Why? Neither your email nor changelog entry fail to explain the motivation > for the change. > The field is named "after_reason" and it hadn't been used. It looked like someone meant to use it for after reason field, but was placed after 'thread-id' field - I might have made wrong conclusion, this is why I emphasised the change in the note above. It is a local variable so it should not be a problem to switch it back, add new param for 'disp' field or whatever. --- Aleksandar