aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/unicorn_emu/a32_unicorn.cpp
AgeCommit message (Expand)Author
2022-07-26tests/{a32,a64}_unicorn: Avoid use of deprecated fmt APIMerry
2022-06-21A32/A64: Allow std::nullopt from MemoryReadCodeMerry
2022-04-19Migrate to mclMerry
2022-02-15a32_unicorn: Throw on error to trigger SCOPE_EXIT codeMerry
2021-05-22Add .clang-format fileMerryMage
2021-05-19Consolidate all source files into src/ directoryMerry
2021-02-06a32_unicorn: Halt when PC leaves code_memMerryMage
2020-06-21a32_unicorn: Print code on unicorn errorMerryMage
2020-04-23Relicense to 0BSDMerryMage
2020-04-22tests: Fix Windows build when DYNARMIC_TESTS_USE_UNICORN is enabledMerryMage
2020-04-22dynarmic_tests: Resolve CPSR discrepancies in testsLioncash
2020-04-22a32_unicorn: Silence PC value assertionsLioncash
2020-04-22A32: Fuzz instructions using unicornLioncash
2020-04-22tests/unicorn_emu: Add getters and setters for PC/SPLioncash
2020-04-22a32_unicorn: Silence a truncation warning within UnmappedMemoryHook()Lioncash
2020-04-22tests: Refactor unicorn_emu to allow for A32 unicornMerryMage