From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 120754 invoked by alias); 18 Oct 2017 15:35:49 -0000 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 Received: (qmail 120739 invoked by uid 89); 18 Oct 2017 15:35:48 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: outbound-ss-1812.hostmonster.com Received: from gproxy1-pub.mail.unifiedlayer.com (HELO outbound-ss-1812.hostmonster.com) (69.89.25.95) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 18 Oct 2017 15:35:46 +0000 Received: from cmgw3 (cmgw4 [10.0.90.84]) by gproxy1.mail.unifiedlayer.com (Postfix) with ESMTP id 515C2175D4F for ; Wed, 18 Oct 2017 09:35:45 -0600 (MDT) Received: from box522.bluehost.com ([74.220.219.122]) by cmgw3 with id P3bh1w00X2f2jeq013bk7w; Wed, 18 Oct 2017 09:35:45 -0600 X-Authority-Analysis: v=2.2 cv=H76r+6Qi c=1 sm=1 tr=0 a=GsOEXm/OWkKvwdLVJsfwcA==:117 a=GsOEXm/OWkKvwdLVJsfwcA==:17 a=02M-m0pO-4AA:10 a=Ikd4Dj_1AAAA:8 a=OlULsi9pa5Jli3nnBo8A:9 a=SKfKbhyAvg0A:10 Received: from 184-96-33-178.hlrn.qwest.net ([184.96.33.178]:36506 helo=pokyo) by box522.bluehost.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.87) (envelope-from ) id 1e4qNh-0001dn-LO; Wed, 18 Oct 2017 09:35:41 -0600 From: Tom Tromey To: Dmitry Antipov Cc: GDB Development , Yao Qi Subject: Re: Dummy leftover in d3037ba6a398d37585b3d34ff9ed439848ba98a1 References: <6cfccaca-31c2-d994-f8c1-fda3f72224e3@nvidia.com> Date: Wed, 18 Oct 2017 15:35:00 -0000 In-Reply-To: <6cfccaca-31c2-d994-f8c1-fda3f72224e3@nvidia.com> (Dmitry Antipov's message of "Tue, 17 Oct 2017 15:00:37 +0300") Message-ID: <87po9ko4e1.fsf@tromey.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.60 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-BWhitelist: no X-Exim-ID: 1e4qNh-0001dn-LO X-Source-Sender: 184-96-33-178.hlrn.qwest.net (pokyo) [184.96.33.178]:36506 X-Source-Auth: tom+tromey.com X-Email-Count: 2 X-Source-Cap: ZWx5bnJvYmk7ZWx5bnJvYmk7Ym94NTIyLmJsdWVob3N0LmNvbQ== X-Local-Domain: yes X-SW-Source: 2017-10/txt/msg00050.txt.bz2 >>>>> "Dmitry" == Dmitry Antipov writes: Dmitry> IIUC this gdb_assert () is no longer needed: [...] Dmitry> - gdb_assert (read != NULL); Yes, that's correct; but FWIW this is already fixed in git master. Tom