[EMAIL PROTECTED] wrote: > Well, obviously my code is triggering the behaviour. I have all tests > run with and without the body dumping option enabled and without that > flag set the error messages don't occur. So, I take the blame and > start diggin around. > > I'll have a look at the mailing list archives tomorrow about hooking > gdb up to gccxml tomorrow.
Just run gccxml with the "--debug" option and it will display the full command it runs when it invokes gccxml_cc1plus. You can use gdb directly with gccxml_cc1plus and run it using the reported command line options. -Brad _______________________________________________ gccxml mailing list [email protected] http://www.gccxml.org/mailman/listinfo/gccxml
