Bug 31094 - Using 'until' with no args when reverse debugging doesn't work
Summary: Using 'until' with no args when reverse debugging doesn't work
Status: NEW
Alias: None
Product: gdb
Classification: Unclassified
Component: cli (show other bugs)
Version: HEAD
: P2 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-11-29 09:35 UTC by Guinevere Larsen
Modified: 2023-11-29 09:35 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Guinevere Larsen 2023-11-29 09:35:05 UTC
If the execution direction is set to reverse, using the command 'until' with no arguments will run the inferior to the end of the current function or the end 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.