macaw/macaw-ppc/tests/ppc
Tristan Ravitch 2092a0fd01 Add a (currently failing) test for indirect call handling
The code pointer discovery in macaw can't handle this case because we never
write the code pointers into memory - we only read them.  We really need a way
to tell macaw about code pointers.

The easy workaround is to pull all of the function entry points out of the TOC
and just seed the macaw search with them, but it would be nice to be able to
identify them from first principles.
2017-11-14 19:00:01 -08:00
..
bin Remove an accidentally-committed binary file 2017-11-10 08:18:16 -08:00
Makefile Add a test for conditional branches 2017-11-06 17:19:16 -08:00
test-conditional.c Add a test for conditional branches 2017-11-06 17:19:16 -08:00
test-conditional.exe Add a test for conditional branches 2017-11-06 17:19:16 -08:00
test-conditional.s Add a test for conditional branches 2017-11-06 17:19:16 -08:00
test-conditional.s.expected Update an expected test result 2017-11-07 14:32:51 -08:00
test-direct-calls.c Add a (currently failing) test for calls 2017-11-07 17:49:53 -08:00
test-direct-calls.exe Add a (currently failing) test for calls 2017-11-07 17:49:53 -08:00
test-direct-calls.s Add a (currently failing) test for calls 2017-11-07 17:49:53 -08:00
test-direct-calls.s.expected Fix an expected test output 2017-11-08 10:56:13 -08:00
test-indirect-calls.c Add a (currently failing) test for indirect call handling 2017-11-14 19:00:01 -08:00
test-indirect-calls.exe Add a (currently failing) test for indirect call handling 2017-11-14 19:00:01 -08:00
test-indirect-calls.s Add a (currently failing) test for indirect call handling 2017-11-14 19:00:01 -08:00
test-indirect-calls.s.expected Add a (currently failing) test for indirect call handling 2017-11-14 19:00:01 -08:00
test-just-exit.c Added a simple test, which fails. 2017-10-24 16:36:36 -07:00
test-just-exit.exe Add a test for conditional branches 2017-11-06 17:19:16 -08:00
test-just-exit.s Add a test for conditional branches 2017-11-06 17:19:16 -08:00
test-just-exit.s.expected Improve the PPC test suite 2017-11-05 20:51:57 -08:00
util.h test-just-exit 2017-10-24 17:21:00 -07:00