Hi, I would like to know if sparse would be able to parse GCC source file to add a comment in each function it encounters ? For instance let's say I want to trace every function in c-parser.c : static struct c_typespec c_parser_enum_specifier (c_parser *parser) { ... } in a first step I would like to modify source code like this : static struct c_typespec c_parser_enum_specifier (c_parser *parser) { fprintf(stderr, "c-parser.c: c_parser_enum_specifier()\n"); ... } is it possible with sparse ? -- Vincent R. -- To unsubscribe from this list: send the line "unsubscribe linux-sparse" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html