From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 7A58938518A3; Fri, 16 Dec 2022 15:10:59 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7A58938518A3 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1671203459; bh=CJYInp8II5OQTVFSeJCd91zQJVQmKrb9Yh1syq5ytv8=; h=From:To:Subject:Date:From; b=x9I2TVYwXhhgU5dkykDva1c1LXbKNsti3wDUXunt6KFnf/u/ir5P6Qki2uNUVc2lk iq+nhUm13ZCW59B2tpTpCTyFW3kXnoF+Y0qa+jUPIgHJW8qRpJE1VQHWzewV0846NY cfKd7OVMKAFmeb3gfomyh4K0Q5rw5ccf1pLUFKBo= From: "vries at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug testsuite/29910] New: [gdb/testsuite] FAIL: gdb.python/py-breakpoint.exp: test_hardware_breakpoints: Set hardware breakpoint Date: Fri, 16 Dec 2022 15:10:58 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: testsuite 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=3D29910 Bug ID: 29910 Summary: [gdb/testsuite] FAIL: gdb.python/py-breakpoint.exp: test_hardware_breakpoints: Set hardware breakpoint Product: gdb Version: HEAD Status: NEW Severity: normal Priority: P2 Component: testsuite Assignee: unassigned at sourceware dot org Reporter: vries at gcc dot gnu.org Target Milestone: --- I run into: ... (gdb) python hbp1 =3D gdb.Breakpoint("add", type=3Dgdb.BP_HARDWARE_BREAKPOI= NT)^M Hardware assisted breakpoint 2 at 0x40072e: add. (7 locations)^M (gdb) FAIL: gdb.python/py-breakpoint.exp: test_hardware_breakpoints: Set hardware breakpoint ... Presumably due to libstdc++ debug info: ... $ gdb -q -batch outputs/gdb.python/py-breakpoint/py-breakpoint \ -ex start \ -ex "b add" \ -ex "info break" Temporary breakpoint 1 at 0x40076a: file /home/vries/gdb_versions/devel/src/gdb/testsuite/gdb.python/py-breakpoint.c, line 50. Temporary breakpoint 1, main (argc=3D1, argv=3D0x7fffffffdbe8) at /home/vries/gdb_versions/devel/src/gdb/testsuite/gdb.python/py-breakpoint.c= :50 50 int foo =3D 5; Breakpoint 2 at 0x40072e: add. (7 locations) Num Type Disp Enb Address What 2 breakpoint keep y =20=20=20=20=20=20=20=20=20 2.1 y 0x000000000040072e in add(int) at /home/vries/gdb_versions/devel/src/gdb/testsuite/gdb.python/py-breakpoint.c= :39 2.2 y 0x00007ffff7b131de in (anonymous namespace)::fast_float::bigint::add at ../../../../../libstdc++-v3/src/c++17/fast_float/fast_float.h:1815 2.3 y 0x00007ffff7b132a8 in (anonymous namespace)::fast_float::bigint::add at ../../../../../libstdc++-v3/src/c++17/fast_float/fast_float.h:1815 2.4 y 0x00007ffff7b133e0 in (anonymous namespace)::fast_float::bigint::add at ../../../../../libstdc++-v3/src/c++17/fast_float/fast_float.h:1771 2.5 y 0x00007ffff7b133fd in (anonymous namespace)::fast_float::bigint::add at ../../../../../libstdc++-v3/src/c++17/fast_float/fast_float.h:1648 2.6 y 0x00007ffff7b1363d in (anonymous namespace)::fast_float::bigint::add at ../../../../../libstdc++-v3/src/c++17/fast_float/fast_float.h:1815 2.7 y 0x00007ffff7b137e4 in (anonymous namespace)::fast_float::bigint::add at ../../../../../libstdc++-v3/src/c++17/fast_float/fast_float.h:1815 ... --=20 You are receiving this mail because: You are on the CC list for the bug.=