This is the mail archive of the gdb-patches@sources.redhat.com 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]

Re: [RFA] Extend demangler to recognize destructors/constructors


I like the enums.  But I would like to have an explicit enum for
gnu_v3_not_a_ctor and gnu_v3_not_a_dtor, rather than using a literal
value of 0 which is not in the enum (consider what gdb will show people).

Also in the peek_char / next_char changes, you changed where
the current char is during the call to result_add_string.  I don't
know if that's important.

Michael


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