instrument-attribute-gcc-plugin icon indicating copy to clipboard operation
instrument-attribute-gcc-plugin copied to clipboard

gcc plugin providing an instrument_function attribute and other flags to allow-list functions to be instrumented

Results 1 instrument-attribute-gcc-plugin issues
Sort by recently updated
recently updated
newest added

Currently, it seems that providing a (partial) path to header files, i.e. files with function declarations, as opposed to definitions, with `-fplugin-arg-instrument_attribute-include-file-list` doesn't work. We need to point to files...

enhancement