[PATCH 9/9] C++ compile support

Tom Tromey tom@tromey.com
Tue Aug 28 17:52:00 GMT 2018


>>>>> "Keith" == Keith Seitz <keiths@redhat.com> writes:

Keith> The complete list of changes in this revision:
Keith>   a) removed "(void)" everywhere
Keith>   b) removed compile-cplus-support.c and moved functions to
Keith>      private static members of compile_cplus_instance
Keith>   c) removed _initialize_XYZ decls
Keith>   d) moved decl_name to static member of compile_cplus_instance
Keith>   e) used get instead of release in new_scope
Keith>   f) KFAIL remaining compile-cplus.exp/compile-cplus-print.exp tests
Keith>      and fixed a bug uncovered by missing "_no_output" buglet
Keith>   g) std::string --> const char * to avoid allocation
Keith>   h) removed type_code_to_string

Thank you for updating this.  This looks good to me.

Tom



More information about the Gdb-patches mailing list