This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: RFC: getting rid of deprecated_hp_som_som_object_present


On 3/1/06, Randolph Chung <randolph@tausq.org> wrote:
> Any thoughts? Is this even worth touching/fixing?

"Worth"?  I'm always tempted to assess the "worth" of a project by how
ugly what it would fix is... :)  I think that global variable is
really terrible.  And as the Modula-2 example showed, the change is
getting propagated around.

Given that C99 specifies that enum values are ints, would it make
sense to always print enum values specially if the the enum type's
size is not equal to that of builtin_type_int?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]