mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-19 09:02:21 +00:00
2010-05-16 Michael Snyder <msnyder@vmware.com>
* source.c (_initialize_source): Add "rev" as an abbreviation for the "reverse-search" command.
This commit is contained in:
parent
123f5f96b6
commit
dd304d5382
@ -1,3 +1,8 @@
|
||||
2010-05-16 Michael Snyder <msnyder@vmware.com>
|
||||
|
||||
* source.c (_initialize_source): Add "rev" as an abbreviation
|
||||
for the "reverse-search" command.
|
||||
|
||||
2010-05-16 Michael Snyder <msnyder@vmware.com>
|
||||
|
||||
* record.c: White space.
|
||||
|
@ -1971,6 +1971,7 @@ The matching line number is also stored as the value of \"$_\"."));
|
||||
add_com ("reverse-search", class_files, reverse_search_command, _("\
|
||||
Search backward 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 ("rev", "reverse-search", class_files, 1);
|
||||
|
||||
if (xdb_commands)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user