Michael Snyder wrote: >>For example, if I try to set a breakpoint in an Ada program, I just >>get the error message "internal error - unimplemented function >>unk_lang_create_fundamental_type called." > > > That's bad. GDB should not refuse to debug a source file just because > it doesn't know the language. Could you try this patch: * language.c (unk_lang_create_fundamental_type): Remove. (unknown_language_defn, auto_language_defn, local_language_defn): In place of unk_lang_create_fundamental_type use c_create_fundamental_type. -- --Per Bothner per@bothner.com http://www.bothner.com/per/