From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id F11AC3858D29; Sat, 8 Jun 2024 04:00:18 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F11AC3858D29 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1717819219; bh=dFYR07mdAlsr4hj069R6taaxWLajmRehWTnDYDKu7IY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=uWvoJ9+PfWMEEYxG33NAN5eG66OzGrG6zWzH2RSAdHamH86Yi5O6WucnpZPjIXNzV SChftz7ogqoAsXoPXyfls0dIq1Ubj5ZFeOrSKxz3Rmf7V20AWDerVIzesqNEGgCQZA 2PyvpieN1RjWS3rWbWTDpYeaaVRcxvDZdZzv9ees= From: "iamanonymous.cs at gmail dot com" To: gdb-prs@sourceware.org Subject: [Bug gdb/31849] Issue with Unexpected Behavior in GDB Stepping at Optimization Level O2 and O3 Date: Sat, 08 Jun 2024 04:00:18 +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: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: iamanonymous.cs 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: attachments.created 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=3D31849 --- Comment #4 from Anonymous --- Created attachment 15571 --> https://sourceware.org/bugzilla/attachment.cgi?id=3D15571&action=3Ded= it the triggering binary Line 15 has debug info. the 'IS-STMT' flag is Y (yes).=20 (gdb) > maint info line-table small.c linetable: ((struct linetable *) 0x12b9f40): INDEX LINE REL-ADDRESS UNREL-ADDRESS IS-STMT PROLOGUE-END EPILOGUE-BEGIN=20 0 11 0x0000000000401050 0x0000000000401050 Y=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 1 9 0x0000000000401050 0x0000000000401050=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 2 11 0x0000000000401051 0x0000000000401051=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 3 END 0x0000000000401056 0x0000000000401056 Y=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 4 39 0x0000000000401060 0x0000000000401060 Y=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 5 40 0x0000000000401060 0x0000000000401060 Y=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 6 41 0x0000000000401060 0x0000000000401060 Y=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 7 39 0x0000000000401060 0x0000000000401060=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 8 41 0x0000000000401064 0x0000000000401064=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 9 42 0x0000000000401069 0x0000000000401069 Y=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 10 43 0x000000000040106e 0x000000000040106e Y=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 11 44 0x000000000040106e 0x000000000040106e=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 12 END 0x0000000000401075 0x0000000000401075 Y=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 13 3 0x0000000000401170 0x0000000000401170 Y=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 14 4 0x0000000000401170 0x0000000000401170 Y=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 15 4 0x0000000000401170 0x0000000000401170=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 16 4 0x0000000000401177 0x0000000000401177=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 17 4 0x000000000040117e 0x000000000040117e=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 18 5 0x0000000000401181 0x0000000000401181=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 19 9 0x0000000000401190 0x0000000000401190 Y=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 20 10 0x0000000000401190 0x0000000000401190 Y=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 21 10 0x0000000000401190 0x0000000000401190=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 22 16 0x00000000004011a0 0x00000000004011a0 Y=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 23 17 0x00000000004011a0 0x00000000004011a0 Y=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 24 16 0x00000000004011a0 0x00000000004011a0=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 25 17 0x00000000004011a4 0x00000000004011a4=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 26 23 0x00000000004011a8 0x00000000004011a8 Y=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 27 23 0x00000000004011a8 0x00000000004011a8=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 28 35 0x00000000004011ad 0x00000000004011ad=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 29 19 0x00000000004011b8 0x00000000004011b8 Y=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 30 19 0x00000000004011b8 0x00000000004011b8=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 31 19 0x00000000004011bd 0x00000000004011bd=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 32 20 0x00000000004011c2 0x00000000004011c2 Y=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 33 15 0x00000000004011d0 0x00000000004011d0 Y=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 34 25 0x00000000004011d0 0x00000000004011d0 Y=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 35 26 0x00000000004011d0 0x00000000004011d0 Y=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 36 26 0x00000000004011d0 0x00000000004011d0=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 37 26 0x00000000004011d5 0x00000000004011d5=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 38 27 0x00000000004011e3 0x00000000004011e3 Y=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 39 29 0x00000000004011e3 0x00000000004011e3 Y=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 40 30 0x00000000004011eb 0x00000000004011eb Y=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 41 31 0x00000000004011eb 0x00000000004011eb Y=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 42 30 0x00000000004011f4 0x00000000004011f4 Y=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 43 31 0x00000000004011f4 0x00000000004011f4 Y=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 44 30 0x00000000004011fc 0x00000000004011fc Y=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 45 31 0x00000000004011fc 0x00000000004011fc Y=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 46 30 0x0000000000401204 0x0000000000401204 Y=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 47 32 0x0000000000401204 0x0000000000401204 Y=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 48 27 0x000000000040120b 0x000000000040120b Y=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 49 END 0x0000000000401219 0x0000000000401219 Y --=20 You are receiving this mail because: You are on the CC list for the bug.=