**** start-sanitize-chill ****
authorFred Fish <fnf@specifix.com>
Wed, 24 Feb 1993 15:49:47 +0000 (15:49 +0000)
committerFred Fish <fnf@specifix.com>
Wed, 24 Feb 1993 15:49:47 +0000 (15:49 +0000)
commit8fbdca53aaf4d6d794f66496171d4b9aea8272d4
tree761ccb19c3760899409912a82332e028fd6abd60
parent0cca30f32ad8731612637e7885650726382f4561
**** start-sanitize-chill ****
* ch-typeprint.c (chill_print_type_base):  Name changed to
chill_type_print_base to match pattern for C and C++ names.
* ch-typeprint.c (chill_print_type):  Change "char" to "CHAR"
to be consistent with other usages.
* ch-typeprint.c (chill_type_print_base):  Add support for
printing Chill STRUCT types.
* ch-valprint.c:  Include values.h.
* ch-valprint.c (chill_print_value_fields):  New function and
prototype for printing Chill STRUCT values.
* ch-valprint.c (chill_val_print):  Fix call to val_print_string
that was being called with two args instead of three.
* ch-valprint.c (chill_val_print):  Call chill_print_value_fields
to print Chill STRUCT values.
**** end-sanitize-chill ****
gdb/ChangeLog
gdb/ch-typeprint.c
gdb/ch-valprint.c