not tied to any specific command but rather GDB functionality itself:\n\
\n\
EXPR is any arbitrary expression valid for the current programming language.\n\
-Pressing <return> with an empty prompt executes the last command again.\n\
-You can use <tab> to complete commands and symbols. Pressing it twice lists\n\
+Pressing <RET> with an empty prompt executes the last command again.\n\
+You can use <TAB> to complete commands and symbols. Pressing it twice lists\n\
all possible completions if more than one is available."),
&cmdlist);
add_cmd ("internals", class_maintenance, _("\
/* Nonzero says this is an abbreviation, and should not
be mentioned in lists of commands.
- This allows "br<tab>" to complete to "break", which it
+ This allows "br<TAB>" to complete to "break", which it
otherwise wouldn't. */
unsigned int abbrev_flag : 1;
fail "$message (unexpected output)"
}
set result 1
- }
- "<return>" {
- send_gdb "\n"
- perror "Window too small."
- fail "$message"
}
eof {
perror "Process no longer exists"
}
/* Now we have to do this again, so that GDB will know that it doesn't
- need to save the ---Type <return>--- line at the top of the screen. */
+ need to save the ---Type <RET>--- line at the top of the screen. */
reinitialize_more_filter ();
pagination_disabled_for_command = disable_pagination;