From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 877F3385842C; Tue, 30 Apr 2024 09:46:18 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 877F3385842C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1714470379; bh=0UyYsZTDrio/o87CwIA4j2YEC5E9gzXtLcTNElc/Gfo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=epQ4P5oxuWA0g1Botozj9WqSwsRz7MMSySdaFGFekNmmmtkjmR4lQ/wA3asPylXpC lcYqB3OzZsEPNgANnOWuq4wyZbPFd/jHa4eoPRVkkkYdoHZtGzltasoqvGwy/uzjS3 mF5juKpfouW4YsTcpIPNRZHCr923+lHLnD0ipTrg= From: "luis.machado at arm dot com" To: gdb-prs@sourceware.org Subject: [Bug testsuite/31484] [gdb/testsuite] Add memcpy, memmove, memset watchpoint tests Date: Tue, 30 Apr 2024 09:46:18 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: testsuite X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: enhancement X-Bugzilla-Who: luis.machado at arm dot com 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=3D31484 --- Comment #13 from Luis Machado --- Overall looks like good improvements. Most of the issues seem to arise from attempting odd combinations of memory access size and alignments. I think a few of these cases are covered by gdb.base/watchpoint-unaligned.exp, but limited to a small number of alignments/memory access sizes. --=20 You are receiving this mail because: You are on the CC list for the bug.=