index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
arm
/
arm_interface.cpp
Age
Commit message (
Expand
)
Author
2025-01-14
Revert incorrect copyright attribution for non-contributed files
Zephyron
2025-01-02
arm: Skip duplicate consecutive addresses in backtrace output
Zephyron
2024-12-31
chore: update project references and add Citron copyright
Zephyron
2023-12-22
kernel: instantiate memory separately for each guest process
Liam
2023-12-04
core: refactor emulated cpu core activation
Liam
2023-11-25
arm: Print backtrace on data abort
GPUCode
2023-11-13
core: check for thread dpc before eret
Liam
2023-10-21
kernel: update KProcess
Liam
2023-07-15
Fixes and workarounds to make UBSan happier on macOS
comex
2023-07-09
arm_interface: correct breakpoint rewind condition
Liam
2023-06-12
core: decouple ARM interface from Dynarmic
Liam
2023-03-23
memory: rename global memory references to application memory
Liam
2023-03-22
kernel: use KTypedAddress for addresses
Liam
2023-02-13
general: rename CurrentProcess to ApplicationProcess
Liam
2023-01-14
Be careful of mangled out of bounds read
Kelebek1
2023-01-14
Add stacktrace symbol demangling
Kelebek1
2022-12-02
core: add option to break on unmapped access
Liam
2022-10-18
core: hle: kernel: k_thread: Implement thread termination DPC.
bunnei
2022-07-25
Merge pull request #8549 from liamwhite/kscheduler-sc
Morph
2022-07-15
dynarmic: Abort watchpoints ASAP
Merry
2022-07-14
kernel: use KScheduler from mesosphere
Liam
2022-07-07
Merge pull request #8501 from liamwhite/backtrace-again
Mai
2022-06-30
Merge pull request #8490 from liamwhite/read-code-stop
Morph
2022-06-25
core/arm: better support for backtrace generation
Liam
2022-06-23
kernel: make current thread pointer thread local
Liam
2022-06-21
dynarmic: Stop ReadCode callbacks to unmapped addresses
Liam
2022-06-16
core/debugger: memory breakpoint support
Liam
2022-06-14
core: centralize profile scope for Dynarmic
Liam
2022-06-01
core/debugger: Improved stepping mechanism and misc fixes
Liam
2022-06-01
core/debugger: Implement new GDB stub debugger
Liam
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2022-04-20
core/arm: separate backtrace collection
Liam
2022-04-09
core: extract symbol reading
Liam
2020-10-29
General: Resolve a few missing initializer warnings
Lioncash
2020-10-20
Revert "core: Fix clang build"
bunnei
2020-10-17
core: Fix clang build
Lioncash
2020-06-27
ARM/WaitTree: Better track the CallStack for each thread.
Fernando Sahmkow
2020-04-17
core: memory: Move to Core::Memory namespace.
bunnei
2020-04-15
CMakeLists: Specify -Wextra on linux builds
Lioncash
2019-11-26
core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory class
Lioncash
2019-11-26
core: Prepare various classes for memory read/write migration
Lioncash
2019-05-26
loader: Move NSO module tracking to AppLoader
Zach Hilman
2019-05-25
arm_interface: Expand backtrace generation
Zach Hilman
2018-12-30
arm_interface: Make include path relative for arm_interface.h
Lioncash
2018-12-30
arm_interface: Make LogBacktrace() a const member function
Lioncash
2018-12-30
arm_interface: Mark variables as const where applicable in LogBacktrace()
Lioncash
2018-12-30
arm_interface: Remove unnecessary semicolon
Lioncash
2018-12-29
Moved log backtrace to arm_interface.cpp. Added printing of error code to fatal
David Marcec