From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A367E3945C38; Mon, 13 Nov 2023 14:27:11 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A367E3945C38 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1699885631; bh=5a6Ci5URJ6l9gzKripbcZ7qsaqR+8dLARmJepL4J3Ls=; h=From:To:Subject:Date:In-Reply-To:References:From; b=FeVesJeDpbL9zs1XdVQVjRdSXso7YKA/bXLRD6llerSMJ97HGxHNXJne5uZ2Pi8u8 rks1l4XkEClbm+Qlgy1FNchzloK+uJsGVpplNMVgPHnVLBbosS922ab+Z5DYfIkViO NnvSwmfu/cyTshhqm1nS9OyAHyncZQYPdsGENvzY= From: "cvs-commit at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug gdb/27338] Stepping over a breakpoint on an instruction that makes the thread exit is not correctly handled Date: Mon, 13 Nov 2023 14:27:11 +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: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: pedro at palves dot net 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=3D27338 --- Comment #9 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Pedro Alves : https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D7c6cb899c759= fb00dc1a95a2ff904220fca1a9dc commit 7c6cb899c759fb00dc1a95a2ff904220fca1a9dc Author: Simon Marchi Date: Fri Feb 5 16:42:32 2021 -0500 Testcases for stepping over thread exit syscall (PR gdb/27338) Add new gdb.threads/step-over-thread-exit.exp and gdb.threads/step-over-thread-exit-while-stop-all-threads.exp testcases, exercising stepping over thread exit syscall. These make use of lib/my-syscalls.S to define the exit syscall. Co-authored-by: Pedro Alves Reviewed-By: Andrew Burgess Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=3D27338 Change-Id: Ie8b2c5747db99b7023463a897a8390d9e814a9c9 --=20 You are receiving this mail because: You are on the CC list for the bug.=