diff options
author | Per Bothner <per@bothner.com> | 1994-06-03 01:19:21 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1994-06-03 01:19:21 +0000 |
commit | 35f8a588988a96fc9f445c0d7c5d5c78260ca57f (patch) | |
tree | 1af05af2d1b67661bd6e90d88c36d0fcc9a5d5d0 /gdb/ChangeLog | |
parent | fb5b11ee017ef75f9005753d2b326ac2d1e9a6ea (diff) | |
download | gdb-35f8a588988a96fc9f445c0d7c5d5c78260ca57f.zip gdb-35f8a588988a96fc9f445c0d7c5d5c78260ca57f.tar.gz gdb-35f8a588988a96fc9f445c0d7c5d5c78260ca57f.tar.bz2 |
* ch-valprint.c (chill_val_print_array_elements): New function.
A Chill version of val_print_array_elements, it prints the
array index labels, in additions ot the array element values.
(chill_val_print): Use the new function.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6c6e697..45c1c24 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +Thu Jun 2 18:09:59 1994 Per Bothner (bothner@kalessin.cygnus.com) + + * ch-valprint.c (chill_val_print_array_elements): New function. + A Chill version of val_print_array_elements, it prints the + array index labels, in additions ot the array element values. + (chill_val_print): Use the new function. + Thu Jun 2 08:50:00 1994 Stu Grossman (grossman@cygnus.com) * configure.in: Add nlm subdir to configdirs for alpha-*-netware |