From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C59273858418; Tue, 18 Oct 2022 16:33:22 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C59273858418 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1666110802; bh=RQZMwRVGBOAD96k1gfSe0AF6PphBwnUgDOzy6zDeh4c=; h=From:To:Subject:Date:In-Reply-To:References:From; b=K1Ck8a64bLYf+LXPJ2PmPGt8oPyiHD8/bzWVco82JeMKoHLa4Z3R/AhpqZ8jdz7pQ XLYxyN/+RPwcasDzZiiFMT+SVT9xrmfs6TR9j3fbeYVUStpQQHKGewZwRl3Rmoxk13 mEm6xmyetWCPa+NY9PJPl3Q8Y/DVN2UJ/oWe9lHE= From: "cvs-commit at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug python/16324] py-finishbreakpoint.c incorrect frame_id_eq Date: Tue, 18 Oct 2022 16:33:21 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: python X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: tromey at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D16324 --- Comment #4 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Tom Tromey : https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D04ea6b63141c= 43d9e96999e16917358088556fdd commit 04ea6b63141c43d9e96999e16917358088556fdd Author: Tom Tromey Date: Sun Jun 5 10:22:40 2022 -0600 Remove dead code from py-finishbreakpoint.c PR python/16324 points out that comparing a frame id to null_frame_id can never succeed, and proposes simply removing the dead code. That is what this patch does. Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=3D16324 --=20 You are receiving this mail because: You are on the CC list for the bug.=