From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id EA0683857C52; Wed, 10 Jan 2024 18:43:32 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EA0683857C52 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1704912212; bh=tVOVaorBachlJBRn9d+9a4vkQ96siOginvV2UOu9I5w=; h=From:To:Subject:Date:In-Reply-To:References:From; b=k9FaeyJsit/iEPfpK0hvl1mDQKAb4qqhf2Y16kbvOsAwWx1IeQ/c+GpiZyPPaIVcb t5DUSI2OuaGpRR1kEMpm5XDyabBRChr8WqJDL7NUUfZCAeRSoujC8jHVQH2Zhgaf8+ k002Tr/D49RujUOcoyEQesOqTXNn8un8XTnowkS0= From: "tromey at sourceware dot org" To: gdb-prs@sourceware.org Subject: [Bug gdb/31194] Stepping on "int3" instruction fails assertion. Date: Wed, 10 Jan 2024 18:43:31 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: gdb X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: tromey at sourceware dot org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned 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=3D31194 --- Comment #12 from Tom Tromey --- (In reply to Peter0x44 from comment #11) > has exactly the result I am looking for. I suppose this confirms the issue > is that rip is "off by one"? I think it's more that gdb just doesn't remember that it is stepping off a permanent breakpoint, and then is confused when the line number changes. --=20 You are receiving this mail because: You are on the CC list for the bug.=