Actions
Bug #1478
openmdb left confused if pager triggered from ::bp -c is aborted
Status:
New
Priority:
Normal
Assignee:
-
Category:
cmd - userland programs
Start date:
2011-09-07
Due date:
% Done:
0%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
External Bug:
Description
While automating something tedious using ::bp -c, we've discovered that there is an issue if the commands used in the argument to -c trigger the pager and you then abort it.
As an example
mdb $(which ls) > main::bp -c 'main::dis; :c' main > :r
If the pager is aborted with 'a', it is impossible to continue or step the program. Even ::run does nothing.
Updated by Rich Lowe about 12 years ago
- Subject changed from mdb left confused if pager triggered from -c is aborted to mdb left confused if pager triggered from ::bp -c is aborted
Actions