Modified Files:
authorKung Hsu <kung@cygnus>
Sat, 6 Nov 1993 01:32:11 +0000 (01:32 +0000)
committerKung Hsu <kung@cygnus>
Sat, 6 Nov 1993 01:32:11 +0000 (01:32 +0000)
commit024f65b1800f3882845e0e92e75ffd5dbf08ec9d
tree6815aa36fae24a579bc36d798bccd6435ecf5c41
parent0cb95a9c27efe5ec7c5f9db6e3bbd1862041167c
Modified Files:
gdbtypes.h stabsread.c cp-valprint.c ChangeLog

        * gdbtypes.h : add a field 'ignore_field_bits in cplus_specific,
        and macros to handle the bits.
        * stabsread.c (read_one_struct_field): add VISIBILITY_IGNORE, and
        for field of length 0, set this bit on.
        * cp-valprint.c (cp_print_value_fields): for VISIBILITY_IGNORE
        field, print <no value>.
gdb/ChangeLog
gdb/cp-valprint.c
gdb/gdbtypes.h
gdb/stabsread.c