summaryrefslogtreecommitdiffstats
path: root/src/core/arm/unicorn (follow)
Commit message (Expand)AuthorAgeFilesLines
* arm_interface: Remove ARM11-isms from the CPU interfaceLioncash2018-09-182-24/+13
* Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi2018-09-152-4/+4
* Update microprofile scopes.Markus Wick2018-09-041-2/+2
* core: Namespace all code in the arm subdirectory under the Core namespaceLioncash2018-08-252-2/+10
* GDBStub works with both Unicorn and Dynarmic now (#941)Hedges2018-08-071-1/+1
* Merge pull request #750 from lioncash/ctxbunnei2018-07-211-4/+0
|\
| * arm_interface: Remove unused tls_address member of ThreadContextLioncash2018-07-211-4/+0
* | CPU: Save and restore the TPIDR_EL0 system register on every context switch.Subv2018-07-212-0/+12
|/
* scheduler: Clear exclusive state when switching contextsMerryMage2018-07-162-0/+3
* More improvements to GDBStub (#653)Hedges2018-07-131-2/+2
* GDB Stub Improvements (#508)Hedges2018-06-062-1/+41
* core: Implement multicore support.bunnei2018-05-111-1/+1
* general: Make formatting of logged hex values more straightforwardLioncash2018-05-021-1/+1
* general: Convert assertion macros over to be fmt-compatibleLioncash2018-04-271-2/+2
* Clean Warnings (?)N00byKing2018-03-191-1/+1
* Merge pull request #193 from N00byKing/3184_2_robotic_boogaloobunnei2018-03-192-1/+12
|\
| * Implements citra-emu/citra#3184N00byKing2018-02-252-1/+12
* | arm_interface: Support unmapping previously mapped memory.bunnei2018-03-162-0/+5
* | Stub am::SetScreenShotPermission, and bsd::StartMonitoring functionsmailwl2018-02-221-1/+2
|/
* Build: Automagically handle unicornJames Rowe2018-01-161-1/+1
* Build: Add unicorn as a submodule and build it if neededJames Rowe2018-01-161-1/+1
* arm_unicorn: Log unmapped memory access address.bunnei2018-01-131-1/+1
* yuzu: Update license text to be consistent across project.bunnei2018-01-132-2/+2
* arm_dynarmic: Implement coreMerryMage2018-01-122-11/+14
* arm_unicorn: Load/release unicorn DLL.bunnei2018-01-041-0/+16
* unicorn: Use for arm interface on Windows.bunnei2018-01-042-0/+240