summaryrefslogtreecommitdiffstats
path: root/src/core/arm/arm_interface.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2022-10-19core: hle: kernel: k_thread: Implement thread termination DPC.bunnei1-0/+8
2022-07-15dynarmic: Abort watchpoints ASAPMerry1-1/+0
2022-07-15kernel: use KScheduler from mesosphereLiam1-1/+2
2022-06-25core/arm: better support for backtrace generationLiam1-0/+15
2022-06-23kernel: make current thread pointer thread localLiam1-1/+1
2022-06-22dynarmic: Stop ReadCode callbacks to unmapped addressesLiam1-5/+12
2022-06-16core/debugger: memory breakpoint supportLiam1-1/+40
2022-06-15core: centralize profile scope for DynarmicLiam1-0/+2
2022-06-01core/debugger: Improved stepping mechanism and misc fixesLiam1-2/+43
2022-06-01core/debugger: Implement new GDB stub debuggerLiam1-0/+5
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2022-04-21core/arm: separate backtrace collectionLiam1-83/+14
2022-04-09core: extract symbol readingLiam1-129/+12
2020-10-30General: Resolve a few missing initializer warningsLioncash1-2/+10
2020-10-21Revert "core: Fix clang build"bunnei1-20/+4
2020-10-18core: Fix clang buildLioncash1-4/+20
2020-06-27ARM/WaitTree: Better track the CallStack for each thread.Fernando Sahmkow1-0/+57
2020-04-17core: memory: Move to Core::Memory namespace.bunnei1-1/+1
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