mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 06:45:56 +08:00
gdb/doc:
2012-11-08 Yao Qi <yao@codesourcery.com> * gdb.texinfo (Search): Add kindex for 'fo'. gdb: 2012-11-08 Yao Qi <yao@codesourcery.com> PR gdb/14777. * source.c (_initialize_source): Call add_com_alias to abbreviate 'forward-search' as 'fo'.
This commit is contained in:
@ -1953,6 +1953,7 @@ The address is also stored as the value of \"$_\"."));
|
||||
Search for regular expression (see regex(3)) from last line listed.\n\
|
||||
The matching line number is also stored as the value of \"$_\"."));
|
||||
add_com_alias ("search", "forward-search", class_files, 0);
|
||||
add_com_alias ("fo", "forward-search", class_files, 1);
|
||||
|
||||
add_com ("reverse-search", class_files, reverse_search_command, _("\
|
||||
Search backward for regular expression (see regex(3)) from last line listed.\n\
|
||||
|
Reference in New Issue
Block a user