1GCC-WITH-(1) gcc-python-plugin GCC-WITH-(1)
23
4
NAME
6gcc-with-python2_debug - Run GCC whilst invoking a Python script Usage:
78
gcc-with-python PATH_TO_PYTHON_SCRIPT GCC PARAMETERS
910
gcc-with-python is a helper script which invokes GCC, whilst loading
11the Python plugin for GCC, running the given python script.
1213
Example:
1415
gcc-with-python show-ssa.py example.c
16
AUTHOR
18David Malcolm
19
COPYRIGHT
212011-2018, David Malcolm
2223
24
25
26
0.16 Jul 20, 2018 GCC-WITH-(1)