gcc-with-python3_dbg - Run GCC whilst invoking a Python script Usage:
Contents
Copyright
2011-2021, David Malcolm
0.17 Dec 16, 2021 GCC-WITH-PYTHON3_DBG(1)
Name
gcc-with-python3_dbg - Run GCC whilst invoking a Python script Usage:
gcc-with-python PATH_TO_PYTHON_SCRIPT GCC PARAMETERS
gcc-with-python is a helper script which invokes GCC, whilst loading the Python plugin for GCC, running
the given python script.
Example:
gcc-with-python show-ssa.py example.c
