From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 33679 invoked by alias); 21 Aug 2018 20:54:51 -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 33666 invoked by uid 89); 21 Aug 2018 20:54:50 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy= 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 ESMTP; Tue, 21 Aug 2018 20:54:47 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id E16C6116FD9; Tue, 21 Aug 2018 16:54: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 cvLylRLMmF2w; Tue, 21 Aug 2018 16:54:45 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id ADC41116FD1; Tue, 21 Aug 2018 16:54:45 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id DF95482CB2; Tue, 21 Aug 2018 13:54:43 -0700 (PDT) Date: Tue, 21 Aug 2018 20:54:00 -0000 From: Joel Brobecker To: Simon Marchi Cc: kevinb@redhat.com, scox@redhat.com, palves@redhat.com, gdb-patches@sourceware.org Subject: Re: GDB 8.2 release 2018-08-21 status update Message-ID: <20180821205443.GD24065@adacore.com> References: <20180821175136.GA3365@adacore.com> <824305ad1fc16d3f1d8b06bec9a2f3df@polymtl.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.4 (2018-02-28) X-SW-Source: 2018-08/txt/msg00512.txt.bz2 > The failure seems to have been introduced by c12a508 ("Add > client_state struct.") as well. Thanks Simon. That made me want to check this commit for the PR I said I would check... * [*UNASSIGNED* (Joel???)] PR gdb/23374 gdb.base/execl-update-breakpoints.exp, with --target_board=native-gdbserver https://sourceware.org/bugzilla/show_bug.cgi?id=23374 No problem with native debugging, or when using the native gdbserver in extended-remote mode. ... and indeed, it's also caused, somehow, by commit c12a508. -- Joel