diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-05-17 20:13:50 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-05-17 20:13:50 +0000 |
commit | 9c036bd836f66747ccd35f6a21a2758f0f2cb8fc (patch) | |
tree | 70899574fb9676d917fe7ce6b6a24f3ffca34ab5 /gdb/ChangeLog | |
parent | ee8b83460016b61902117b463dfdd6d0323ce3ac (diff) | |
download | gdb-9c036bd836f66747ccd35f6a21a2758f0f2cb8fc.zip gdb-9c036bd836f66747ccd35f6a21a2758f0f2cb8fc.tar.gz gdb-9c036bd836f66747ccd35f6a21a2758f0f2cb8fc.tar.bz2 |
* utils.c (vfprintf_maybe_filtered, vfprintf_unfiltered): Call
fputs_unfiltered and exit directly, rather than fatal. The latter
calls vfprintf_unfiltered!
* gdbtypes.h, gdbtypes.c (can_dereference): New function.
* value.h, printcmd.c (print_value_flags): Move from here...
* annotate.c: ...to here, and make it use can_dereference.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 150258b..61af1ce 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,13 @@ +Tue May 17 11:08:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com) + + * utils.c (vfprintf_maybe_filtered, vfprintf_unfiltered): Call + fputs_unfiltered and exit directly, rather than fatal. The latter + calls vfprintf_unfiltered! + + * gdbtypes.h, gdbtypes.c (can_dereference): New function. + * value.h, printcmd.c (print_value_flags): Move from here... + * annotate.c: ...to here, and make it use can_dereference. + Sat May 14 15:13:52 1994 Stan Shebs (shebs@andros.cygnus.com) * inflow.c (job_control, attach_flag, generic_mourn_inferior): |