From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C30733858432; Mon, 3 Jun 2024 13:16:02 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C30733858432 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1717420562; bh=3Q1p+/Os6HE2DB7FLEuokduZm08G+4+5AvmOHBoegnU=; h=From:To:Subject:Date:From; b=OskPt+IVbhkrPG11KN997CgcSVZ/OOYMq+44DNYM2T7GfvKmRTTEJmVlo1nvDB4XH 9vSGEsHFt51/QPB0iMFhOPbYkyiEBiHaAFfm3SmtjwgM32R1KfpyO56uI32x8xyIkp dOdWC0ujl4xH/WDcHyWpfKx4SQDdtpOQDJ7ZjAcM= From: "vries at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug tdep/31839] New: [gdb/breakpoints, arm] Failure to set a hw wp while running disables hw wp permanently Date: Mon, 03 Jun 2024 13:16:02 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: tdep X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: vries at gcc dot gnu.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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: 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=3D31839 Bug ID: 31839 Summary: [gdb/breakpoints, arm] Failure to set a hw wp while running disables hw wp permanently Product: gdb Version: HEAD Status: NEW Severity: normal Priority: P2 Component: tdep Assignee: unassigned at sourceware dot org Reporter: vries at gcc dot gnu.org Target Milestone: --- Arm variant of PR31837 - "[gdb/breakpoints, ppc64le] Failure to set a hw wp while running disables hw wp permanently". We can set a hardware watchpoint on arm when the current thread is stopped. However, we cannot set one if it is running. And once we tried and failed to because of that reason, we lose the ability= to set one, even if we stop the thread. --=20 You are receiving this mail because: You are on the CC list for the bug.=