summaryrefslogtreecommitdiffstats
path: root/src/core/arm/arm_interface.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2020-04-16CMakeLists: Specify -Wextra on linux buildsLioncash1-2/+2
2019-11-27core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory classLioncash1-12/+12
2019-11-27core: Prepare various classes for memory read/write migrationLioncash1-2/+1
2019-05-26loader: Move NSO module tracking to AppLoaderZach Hilman1-8/+19
2019-05-25arm_interface: Expand backtrace generationZach Hilman1-7/+183
2018-12-31arm_interface: Make include path relative for arm_interface.hLioncash1-1/+1
2018-12-31arm_interface: Make LogBacktrace() a const member functionLioncash1-1/+1
2018-12-31arm_interface: Mark variables as const where applicable in LogBacktrace()Lioncash1-3/+4
2018-12-31arm_interface: Remove unnecessary semicolonLioncash1-1/+1
2018-12-29Moved log backtrace to arm_interface.cpp. Added printing of error code to fatalDavid Marcec1-0/+26