ghidra/Ghidra/Extensions/SleighDevTools/pcodetest
Ryan Kurtz 0a56eae9f6 Merge remote-tracking branch 'origin/GT-3106_ghidorahrex_AVR8_pcodetests' 2019-11-01 10:03:33 -04:00
..
c_src GT-3106: Implement AVR 8 pcodetests 2019-09-04 09:37:23 -04:00
.gitignore Added pcodetest source code to SleighDevTools module. Corrected 2019-07-11 16:46:11 -04:00
README.txt Added pcodetest source code to SleighDevTools module. Corrected 2019-07-11 16:46:11 -04:00
build Added pcodetest source code to SleighDevTools module. Corrected 2019-07-11 16:46:11 -04:00
build.py GT-3199: Corrected logging issue in pcodetest python error handling. 2019-09-30 09:31:56 -04:00
defaults.py Updated pcode tests for PIC30 issues. 2019-07-19 13:22:06 -04:00
pcode_defs.py GT-3106: Implement AVR 8 pcodetests 2019-09-04 09:37:23 -04:00
pcodetest.py Updated pcode tests for PIC30 issues. 2019-07-19 13:22:06 -04:00
tpp.py Added pcodetest source code to SleighDevTools module. Corrected 2019-07-11 16:46:11 -04:00

README.txt

OVERVIEW
--------

The executable 'build' file in this directory is a python script for
building pcode test binaries. Each pcode test binary is built using
an associated toolchain.

The list of available pcode test binaries is in the file pcode_defs.py.
Each entry in this file indicates the required toolchain, and additional
options needed to build the pcode test.

The defaults.py script should be modified to suit your environment
reflecting the installation location of your toolchains, build artifacts, etc. 

USAGE
-----

To see a list of available options, run the build script without
arguments.

./build

It is possible to build everything from scratch with this command:

./build --pcodetest-all

Typically, pcode test binaries are built individually per processor,
such as:

./build --pcodetest MIPS16