diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-04-12 17:56:35 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-04-12 17:56:35 +0000 |
commit | 0a62ff3608aff4f1b90dd480a0ee2ff81acac7ec (patch) | |
tree | 270804e3ea350cf6b9c8bb34caba1fd76f503e45 /gdb/ChangeLog | |
parent | 9a9a88c18fb0d40344c944de05ad890ef6a16971 (diff) | |
download | gdb-0a62ff3608aff4f1b90dd480a0ee2ff81acac7ec.zip gdb-0a62ff3608aff4f1b90dd480a0ee2ff81acac7ec.tar.gz gdb-0a62ff3608aff4f1b90dd480a0ee2ff81acac7ec.tar.bz2 |
(breakpoint_1): use wrap_here before "at"
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 8876786..8d0c693 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +Mon Apr 12 10:53:50 1993 Jim Kingdon (kingdon@cygnus.com) + + * breakpoint.c (breakpoint_1): Use wrap_here before "at". + Sat Apr 10 01:32:43 1993 Per Bothner (bothner@rtl.cygnus.com) * ch-exp.y: Clean up lexing of identifiers and |