Currently, GCCXML doesn't output the names of the arguments in functions: void foo(int x, int y); The resulting XML has no information about the declared name of the arguments ("x" and "y"). There's any chance that GCCXML will provide this in the future? Thanks! Nicodemus.