diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-05-05 04:35:09 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-05-05 04:35:09 +0000 |
commit | ee5fca1f12838101de1f8fd7ddebce3f6ee299ca (patch) | |
tree | dea46603f82e2cf18e8f0c90ba9eb4a23e946779 /gdb | |
parent | f710410bf9cfca2eea187eb9d114325a45f59575 (diff) | |
download | gdb-ee5fca1f12838101de1f8fd7ddebce3f6ee299ca.zip gdb-ee5fca1f12838101de1f8fd7ddebce3f6ee299ca.tar.gz gdb-ee5fca1f12838101de1f8fd7ddebce3f6ee299ca.tar.bz2 |
* infrun.c (proceed, normal_stop, wait_for_inferior), breakpoint.c
(print_it_normal): Add annotations for the inferior starting and
stopping, and for all the various messages related to how it
stopped.
* printcmd.c (do_one_display): Annotate.
* stack.c (print_frame_info): Annotate printing of stack frames.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index bfd0551..64dd0c2 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,13 @@ +Wed May 4 06:56:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com) + + * infrun.c (proceed, normal_stop, wait_for_inferior), breakpoint.c + (print_it_normal): Add annotations for the inferior starting and + stopping, and for all the various messages related to how it + stopped. + + * printcmd.c (do_one_display): Annotate. + * stack.c (print_frame_info): Annotate printing of stack frames. + Wed May 4 18:15:51 1994 Stu Grossman (grossman@cygnus.com) * remote.c (get_offsets): Handle case where stub doesn't support |