summaryrefslogtreecommitdiffstats
path: root/src/core/arm/arm_interface.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* General: Resolve a few missing initializer warningsLioncash2020-10-301-2/+10
* Revert "core: Fix clang build"bunnei2020-10-211-20/+4
* core: Fix clang buildLioncash2020-10-181-4/+20
* ARM/WaitTree: Better track the CallStack for each thread.Fernando Sahmkow2020-06-271-0/+57
* core: memory: Move to Core::Memory namespace.bunnei2020-04-171-1/+1
* CMakeLists: Specify -Wextra on linux buildsLioncash2020-04-161-2/+2
* core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory classLioncash2019-11-271-12/+12
* core: Prepare various classes for memory read/write migrationLioncash2019-11-271-2/+1
* loader: Move NSO module tracking to AppLoaderZach Hilman2019-05-261-8/+19
* arm_interface: Expand backtrace generationZach Hilman2019-05-251-7/+183
* arm_interface: Make include path relative for arm_interface.hLioncash2018-12-311-1/+1
* arm_interface: Make LogBacktrace() a const member functionLioncash2018-12-311-1/+1
* arm_interface: Mark variables as const where applicable in LogBacktrace()Lioncash2018-12-311-3/+4
* arm_interface: Remove unnecessary semicolonLioncash2018-12-311-1/+1
* Moved log backtrace to arm_interface.cpp. Added printing of error code to fatalDavid Marcec2018-12-291-0/+26