summaryrefslogtreecommitdiffstats
path: root/src/core/arm/arm_interface.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* core: hle: kernel: k_thread: Implement thread termination DPC.bunnei2022-10-191-0/+8
* Merge pull request #8549 from liamwhite/kscheduler-scMorph2022-07-251-1/+2
|\
| * kernel: use KScheduler from mesosphereLiam2022-07-151-1/+2
* | dynarmic: Abort watchpoints ASAPMerry2022-07-151-1/+0
|/
* Merge pull request #8501 from liamwhite/backtrace-againMai2022-07-081-0/+15
|\
| * core/arm: better support for backtrace generationLiam2022-06-251-0/+15
* | Merge pull request #8490 from liamwhite/read-code-stopMorph2022-07-011-5/+12
|\ \
| * | dynarmic: Stop ReadCode callbacks to unmapped addressesLiam2022-06-221-5/+12
| |/
* / kernel: make current thread pointer thread localLiam2022-06-231-1/+1
|/
* core/debugger: memory breakpoint supportLiam2022-06-161-1/+40
* core: centralize profile scope for DynarmicLiam2022-06-151-0/+2
* core/debugger: Improved stepping mechanism and misc fixesLiam2022-06-011-2/+43
* core/debugger: Implement new GDB stub debuggerLiam2022-06-011-0/+5
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* core/arm: separate backtrace collectionLiam2022-04-211-83/+14
* core: extract symbol readingLiam2022-04-091-129/+12
* 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