index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
arm
/
arm_interface.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-12-23
kernel: instantiate memory separately for each guest process
Liam
1
-1
/
+1
2023-12-04
core: refactor emulated cpu core activation
Liam
1
-208
/
+9
2023-11-25
arm: Print backtrace on data abort
GPUCode
1
-0
/
+2
2023-11-13
core: check for thread dpc before eret
Liam
1
-8
/
+8
2023-10-22
kernel: update KProcess
Liam
1
-3
/
+3
2023-07-15
Fixes and workarounds to make UBSan happier on macOS
comex
1
-2
/
+2
2023-07-09
arm_interface: correct breakpoint rewind condition
Liam
1
-1
/
+1
2023-06-13
core: decouple ARM interface from Dynarmic
Liam
1
-15
/
+69
2023-03-24
memory: rename global memory references to application memory
Liam
1
-1
/
+1
2023-03-22
kernel: use KTypedAddress for addresses
Liam
1
-5
/
+5
2023-02-14
general: rename CurrentProcess to ApplicationProcess
Liam
1
-3
/
+3
2023-01-14
Be careful of mangled out of bounds read
Kelebek1
1
-4
/
+0
2023-01-14
Add stacktrace symbol demangling
Kelebek1
1
-14
/
+4
2022-12-02
core: add option to break on unmapped access
Liam
1
-2
/
+6
2022-10-19
core: hle: kernel: k_thread: Implement thread termination DPC.
bunnei
1
-0
/
+8
2022-07-15
dynarmic: Abort watchpoints ASAP
Merry
1
-1
/
+0
2022-07-15
kernel: use KScheduler from mesosphere
Liam
1
-1
/
+2
2022-06-25
core/arm: better support for backtrace generation
Liam
1
-0
/
+15
2022-06-23
kernel: make current thread pointer thread local
Liam
1
-1
/
+1
2022-06-22
dynarmic: Stop ReadCode callbacks to unmapped addresses
Liam
1
-5
/
+12
2022-06-16
core/debugger: memory breakpoint support
Liam
1
-1
/
+40
2022-06-15
core: centralize profile scope for Dynarmic
Liam
1
-0
/
+2
2022-06-01
core/debugger: Improved stepping mechanism and misc fixes
Liam
1
-2
/
+43
2022-06-01
core/debugger: Implement new GDB stub debugger
Liam
1
-0
/
+5
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
1
-3
/
+2
2022-04-21
core/arm: separate backtrace collection
Liam
1
-83
/
+14
2022-04-09
core: extract symbol reading
Liam
1
-129
/
+12
2020-10-30
General: Resolve a few missing initializer warnings
Lioncash
1
-2
/
+10
2020-10-21
Revert "core: Fix clang build"
bunnei
1
-20
/
+4
2020-10-18
core: Fix clang build
Lioncash
1
-4
/
+20
2020-06-27
ARM/WaitTree: Better track the CallStack for each thread.
Fernando Sahmkow
1
-0
/
+57
2020-04-17
core: memory: Move to Core::Memory namespace.
bunnei
1
-1
/
+1
2020-04-16
CMakeLists: Specify -Wextra on linux builds
Lioncash
1
-2
/
+2
2019-11-27
core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory class
Lioncash
1
-12
/
+12
2019-11-27
core: Prepare various classes for memory read/write migration
Lioncash
1
-2
/
+1
2019-05-26
loader: Move NSO module tracking to AppLoader
Zach Hilman
1
-8
/
+19
2019-05-25
arm_interface: Expand backtrace generation
Zach Hilman
1
-7
/
+183
2018-12-31
arm_interface: Make include path relative for arm_interface.h
Lioncash
1
-1
/
+1
2018-12-31
arm_interface: Make LogBacktrace() a const member function
Lioncash
1
-1
/
+1
2018-12-31
arm_interface: Mark variables as const where applicable in LogBacktrace()
Lioncash
1
-3
/
+4
2018-12-31
arm_interface: Remove unnecessary semicolon
Lioncash
1
-1
/
+1
2018-12-29
Moved log backtrace to arm_interface.cpp. Added printing of error code to fatal
David Marcec
1
-0
/
+26