summaryrefslogtreecommitdiffstats
path: root/src/core/arm/skyeye_common/armstate.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* gdbstub: Remove global variable from public interfaceLioncash2016-12-151-1/+1
| | | | | | | | | Currently, this is only ever queried, so adding a function to check if the server is enabled is more sensible. If directly modifying this externally is ever desirable, it should be done by adding a function to the interface, rather than exposing implementation details directly.
* Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner2016-09-211-1/+1
|
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-163/+70
|
* armstate: Correct FIQ register bankingLioncash2016-03-211-4/+3
| | | | FIQ has seven banked registers (R8 to R14), not two.
* Implement gdbstubpolaris-2015-10-041-0/+35
|
* Memory: Move address type conversion routines to memory.cpp/hYuri Kunde Schlesner2015-08-161-1/+0
| | | | | These helpers aren't really part of the kernel, and mem_map.cpp/h is going to be moved there next.
* dyncom: Use ARMul_State as an objectLioncash2015-07-261-0/+657
Gets rid of C-like parameter passing.