* utils.c (vfprintf_maybe_filtered, vfprintf_unfiltered): Call
authorJim Kingdon <jkingdon@engr.sgi.com>
Tue, 17 May 1994 20:13:50 +0000 (20:13 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Tue, 17 May 1994 20:13:50 +0000 (20:13 +0000)
commit9c036bd836f66747ccd35f6a21a2758f0f2cb8fc
tree70899574fb9676d917fe7ce6b6a24f3ffca34ab5
parentee8b83460016b61902117b463dfdd6d0323ce3ac
* 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.
gdb/ChangeLog
gdb/annotate.c
gdb/gdbtypes.c
gdb/gdbtypes.h
gdb/printcmd.c
gdb/utils.c