From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 223C43858D38; Thu, 10 Nov 2022 10:45:26 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 223C43858D38 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1668077126; bh=cewkTE42bDCYHKVFKP/jeVkZGx9P9ELXuZGftCqTJxM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=NeoTyFbbXEoita/OFvDq43ncwkiMRxK5dSr3fTjNDoIqua8RhnVRHXPshW+BOwC4R TNPsMfBz64jF5T/TtunU8AdF0gVWCMFssSNWL7s28b9hj6KAFLf0BXXsPZdFKJOiEE Ux4vG/1Y37MoKRTbGolpG6ohtVdHnM+td1lccBdU= From: "libin.dang at gmail dot com" To: gdb-prs@sourceware.org Subject: [Bug gdb/29742] [ARMv7] [gdbserver] maybe_hw_step: Assertion `has_single_step_breakpoints (thread)' failed. Date: Thu, 10 Nov 2022 10:45:25 +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: libin.dang at gmail dot com X-Bugzilla-Status: UNCONFIRMED 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=3D29742 --- Comment #6 from Libin Dang --- (In reply to Luis Machado from comment #3) > Understood. Can you share the remote traffic between gdbserver and gdb? >=20 > set debug remote 1 > set debug remote-packet-max-chars -1 We managed to reduce the reproduce session to this minimal one: handle SIG32 nostop noprint handle SIGSTOP nostop noprint b vic_ar_work.c:2823 c n n n n n It may need a few less or more `next' commands to trigger this issue. The outputs of debug remote for both host and target sides are attached. --=20 You are receiving this mail because: You are on the CC list for the bug.=