Bug 17548 - turn off RET command-repeat behavior
Summary: turn off RET command-repeat behavior
Status: NEW
Alias: None
Product: gdb
Classification: Unclassified
Component: cli (show other bugs)
Version: 7.7
: P2 enhancement
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords: good-first-bug
Depends on:
Blocks:
 
Reported: 2014-11-04 16:12 UTC by Tom Tromey
Modified: 2018-04-24 16:32 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 Tom Tromey 2014-11-04 16:12:09 UTC
In multi-inferior mode, I find I often will
accidentally type a RET.  I think this happens
because I am not sure if the prompt is available or
not, and so without thinking I type RET.
If the prompt is available and the last command
was "cont -a" (which in my recent cases it often is),
then I lose control again -- usually requiring redoing
my debug session (since I was stopped at that specific
spot for a reason...)

There's a more general problem here of gdb's non-stop
output being difficult to navigate.  However for this
particular problem I'd be happy with just a way to
disable the command-repetition feature.