From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5807 invoked by alias); 11 Oct 2011 06:17:02 -0000 Received: (qmail 5795 invoked by uid 22791); 11 Oct 2011 06:17:01 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 11 Oct 2011 06:16:45 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 33C1C2BB2EC; Tue, 11 Oct 2011 02:16:45 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id f1eIL+YSpRl7; Tue, 11 Oct 2011 02:16:45 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 895E22BB2EB; Tue, 11 Oct 2011 02:16:44 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id DFC95145615; Tue, 11 Oct 2011 02:16:36 -0400 (EDT) Date: Tue, 11 Oct 2011 06:17:00 -0000 From: Joel Brobecker To: Doug Evans Cc: gdb@sourceware.org Subject: Re: attach u/i oddity Message-ID: <20111011061636.GR3802@adacore.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2011-10/txt/msg00051.txt.bz2 > The user never specified forever.x32 as the program to debug, gdb was > being clever. However, if it's going to be clever the first time, > it's a bug (from the user's perspective) to not be clever the second > time too (IMO). I agree. I was surprised by the reported behavior. -- Joel