diff options
author | Stu Grossman <grossman@cygnus> | 1995-03-09 00:25:15 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1995-03-09 00:25:15 +0000 |
commit | 34c40fd7e8c3482a1b637ada18a0ea88371e8678 (patch) | |
tree | eb83ff9014103c5d5b295854a4310354d1bbe4fb /gdb | |
parent | 796ee68bff956b420616fb32ff7bd5d900e551cd (diff) | |
download | gdb-34c40fd7e8c3482a1b637ada18a0ea88371e8678.zip gdb-34c40fd7e8c3482a1b637ada18a0ea88371e8678.tar.gz gdb-34c40fd7e8c3482a1b637ada18a0ea88371e8678.tar.bz2 |
* source.c (forward_search_command reverse_search_command): Set
convenience variable $_ to be the line # of the match.
* symtab.c (decode_line_1): Allow convenience variables to be
used in line specs (for breakpoints and such).
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 8396e4c..aff1183 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +Wed Mar 8 16:12:21 1995 Stu Grossman (grossman@cygnus.com) + + * source.c (forward_search_command reverse_search_command): Set + convenience variable $_ to be the line # of the match. + * symtab.c (decode_line_1): Allow convenience variables to be + used in line specs (for breakpoints and such). + Wed Mar 8 12:51:00 1995 Stan Shebs <shebs@andros.cygnus.com> * Makefile.in (VERSION): Bump to 4.14.1. |