summaryrefslogtreecommitdiff
path: root/src/core/arm/arm_interface.cpp
AgeCommit message (Expand)Author
2025-01-14Revert incorrect copyright attribution for non-contributed filesZephyron
2025-01-02arm: Skip duplicate consecutive addresses in backtrace outputZephyron
2024-12-31chore: update project references and add Citron copyrightZephyron
2023-12-22kernel: instantiate memory separately for each guest processLiam
2023-12-04core: refactor emulated cpu core activationLiam
2023-11-25arm: Print backtrace on data abortGPUCode
2023-11-13core: check for thread dpc before eretLiam
2023-10-21kernel: update KProcessLiam
2023-07-15Fixes and workarounds to make UBSan happier on macOScomex
2023-07-09arm_interface: correct breakpoint rewind conditionLiam
2023-06-12core: decouple ARM interface from DynarmicLiam
2023-03-23memory: rename global memory references to application memoryLiam
2023-03-22kernel: use KTypedAddress for addressesLiam
2023-02-13general: rename CurrentProcess to ApplicationProcessLiam
2023-01-14Be careful of mangled out of bounds readKelebek1
2023-01-14Add stacktrace symbol demanglingKelebek1
2022-12-02core: add option to break on unmapped accessLiam
2022-10-18core: hle: kernel: k_thread: Implement thread termination DPC.bunnei
2022-07-25Merge pull request #8549 from liamwhite/kscheduler-scMorph
2022-07-15dynarmic: Abort watchpoints ASAPMerry
2022-07-14kernel: use KScheduler from mesosphereLiam
2022-07-07Merge pull request #8501 from liamwhite/backtrace-againMai
2022-06-30Merge pull request #8490 from liamwhite/read-code-stopMorph
2022-06-25core/arm: better support for backtrace generationLiam
2022-06-23kernel: make current thread pointer thread localLiam
2022-06-21dynarmic: Stop ReadCode callbacks to unmapped addressesLiam
2022-06-16core/debugger: memory breakpoint supportLiam
2022-06-14core: centralize profile scope for DynarmicLiam
2022-06-01core/debugger: Improved stepping mechanism and misc fixesLiam
2022-06-01core/debugger: Implement new GDB stub debuggerLiam
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2022-04-20core/arm: separate backtrace collectionLiam
2022-04-09core: extract symbol readingLiam
2020-10-29General: Resolve a few missing initializer warningsLioncash
2020-10-20Revert "core: Fix clang build"bunnei
2020-10-17core: Fix clang buildLioncash
2020-06-27ARM/WaitTree: Better track the CallStack for each thread.Fernando Sahmkow
2020-04-17core: memory: Move to Core::Memory namespace.bunnei
2020-04-15CMakeLists: Specify -Wextra on linux buildsLioncash
2019-11-26core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory classLioncash
2019-11-26core: Prepare various classes for memory read/write migrationLioncash
2019-05-26loader: Move NSO module tracking to AppLoaderZach Hilman
2019-05-25arm_interface: Expand backtrace generationZach Hilman
2018-12-30arm_interface: Make include path relative for arm_interface.hLioncash
2018-12-30arm_interface: Make LogBacktrace() a const member functionLioncash
2018-12-30arm_interface: Mark variables as const where applicable in LogBacktrace()Lioncash
2018-12-30arm_interface: Remove unnecessary semicolonLioncash
2018-12-29Moved log backtrace to arm_interface.cpp. Added printing of error code to fatalDavid Marcec