From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18004 invoked by alias); 5 Jun 2014 21:50:28 -0000 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 Received: (qmail 17995 invoked by uid 89); 5 Jun 2014 21:50:27 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Thu, 05 Jun 2014 21:50:26 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 36E07116218; Thu, 5 Jun 2014 17:50:25 -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 HjDfgHJW6oro; Thu, 5 Jun 2014 17:50:25 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 07866116215; Thu, 5 Jun 2014 17:50:25 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id DDA3940EC0; Thu, 5 Jun 2014 14:50:27 -0700 (PDT) Date: Thu, 05 Jun 2014 21:50:00 -0000 From: Joel Brobecker To: Yao Qi Cc: gdb-patches@sourceware.org Subject: Re: gdb-7.8 branching status (2014-06-04) Message-ID: <20140605215027.GG4289@adacore.com> References: <20140604171843.GX30686@adacore.com> <539080E5.9000405@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <539080E5.9000405@codesourcery.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2014-06/txt/msg00291.txt.bz2 > I tested gdb head on both arm-none-eabi and arm-none-linux-gnueabi > yesterday. Except gdb.cp/koenig.exp fail, there is no regression. > However, there are some new fails (compared with 7.7.1), but none of > them are blockers, IMO. > > New FAIL: default/gdb.sum:gdb.base/hbreak-unmapped.exp: hbreak *0 > New FAIL: default/gdb.sum:gdb.base/hbreak-unmapped.exp: info break shows > hw breakpoint > > bare metal target isn't consider in this case, and I've proposed here > https://sourceware.org/ml/gdb-patches/2014-06/msg00074.html > > FAIL: gdb.base/async.exp: finish& > FAIL: gdb.base/async.exp: nexti& > FAIL: gdb.threads/sigstep-threads.exp: continue > FAIL: gdb.threads/sigstep-threads.exp: step 2 > FAIL: gdb.stabs/gdb11479.exp: sizeof (*e) in test forced_stabs > FAIL: gdb.stabs/gdb11479.exp: sizeof (*e) in test2 forced_stabs > FAIL: gdb.base/jit.exp: PIE: one_jit_test-1: continue to breakpoint: > break here 2 (the program exited) > > I'll take a look. Thanks for the update as well. -- Joel