From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C840C3857359; Wed, 29 Nov 2023 09:35:05 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C840C3857359 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1701250505; bh=DAUcTh9Kc/0Ukg+jbhgCQXKzg2+EBUXLhEEc4jhLVOM=; h=From:To:Subject:Date:From; b=tdxwga2/OPXHNCP7dKneJ/ufVJijlf5BF++6DgIfxPDl5TPTWXimDz2NqzuBVR0bA 23Ga1byF94kuEuSxVTngJ8U55tnltVKHtiAsfI+FT3JfhE0bW8TEd0I3NaTlOVHjKg uV4wnZByOhNRM0snCkDPl+ZqksIWwG9qBPs46WdU= From: "blarsen at redhat dot com" To: gdb-prs@sourceware.org Subject: [Bug cli/31094] New: Using 'until' with no args when reverse debugging doesn't work Date: Wed, 29 Nov 2023 09:35:05 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: cli X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: blarsen at redhat 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: 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=3D31094 Bug ID: 31094 Summary: Using 'until' with no args when reverse debugging doesn't work Product: gdb Version: HEAD Status: NEW Severity: normal Priority: P2 Component: cli Assignee: unassigned at sourceware dot org Reporter: blarsen at redhat dot com Target Milestone: --- If the execution direction is set to reverse, using the command 'until' wit= h no arguments will run the inferior to the end of the current function or the e= nd of the execution history. We should identify that the execution is reversed and set the stepping range accordingly, instead of using the forward range step. --=20 You are receiving this mail because: You are on the CC list for the bug.=