summaryrefslogtreecommitdiffstats
path: root/src/core/arm/unicorn/arm_unicorn.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* core/arm: Remove obsolete Unicorn memory mappingLioncash2019-07-111-3/+0
* core/cpu_core_manager: Create threads separately from initialization.Lioncash2019-04-121-1/+1
* kernel/svc: Deglobalize the supervisor call handlersLioncash2019-04-081-6/+6
* Merge pull request #2240 from FearlessTobi/port-4651bunnei2019-04-061-1/+1
|\
| * gdbstub: Fix some bugs in IsMemoryBreak() and ServeBreak. Add workaround to let watchpoints break into GDB. (#4651)Dimitri A2019-03-151-1/+1
* | core: Add missing override specifiers where applicableLioncash2019-04-041-1/+1
|/
* core_timing: Convert core timing into a classLioncash2019-02-161-1/+7
* arm_interface: Remove ARM11-isms from the CPU interfaceLioncash2018-09-181-6/+4
* Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi2018-09-151-2/+2
* core: Namespace all code in the arm subdirectory under the Core namespaceLioncash2018-08-251-0/+4
* CPU: Save and restore the TPIDR_EL0 system register on every context switch.Subv2018-07-211-0/+2
* scheduler: Clear exclusive state when switching contextsMerryMage2018-07-161-0/+1
* GDB Stub Improvements (#508)Hedges2018-06-061-0/+4
* Merge pull request #193 from N00byKing/3184_2_robotic_boogaloobunnei2018-03-191-1/+3
|\
| * Implements citra-emu/citra#3184N00byKing2018-02-251-1/+3
* | arm_interface: Support unmapping previously mapped memory.bunnei2018-03-161-0/+1
|/
* yuzu: Update license text to be consistent across project.bunnei2018-01-131-1/+1
* arm_dynarmic: Implement coreMerryMage2018-01-121-3/+2
* unicorn: Use for arm interface on Windows.bunnei2018-01-041-0/+39