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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
core: hle: kernel: k_thread: Implement thread termination DPC.
bunnei
2022-10-19
1
-0
/
+8
*
Merge pull request #8549 from liamwhite/kscheduler-sc
Morph
2022-07-25
1
-1
/
+2
|
\
|
*
kernel: use KScheduler from mesosphere
Liam
2022-07-15
1
-1
/
+2
*
|
dynarmic: Abort watchpoints ASAP
Merry
2022-07-15
1
-1
/
+0
|
/
*
Merge pull request #8501 from liamwhite/backtrace-again
Mai
2022-07-08
1
-0
/
+15
|
\
|
*
core/arm: better support for backtrace generation
Liam
2022-06-25
1
-0
/
+15
*
|
Merge pull request #8490 from liamwhite/read-code-stop
Morph
2022-07-01
1
-5
/
+12
|
\
\
|
*
|
dynarmic: Stop ReadCode callbacks to unmapped addresses
Liam
2022-06-22
1
-5
/
+12
|
|
/
*
/
kernel: make current thread pointer thread local
Liam
2022-06-23
1
-1
/
+1
|
/
*
core/debugger: memory breakpoint support
Liam
2022-06-16
1
-1
/
+40
*
core: centralize profile scope for Dynarmic
Liam
2022-06-15
1
-0
/
+2
*
core/debugger: Improved stepping mechanism and misc fixes
Liam
2022-06-01
1
-2
/
+43
*
core/debugger: Implement new GDB stub debugger
Liam
2022-06-01
1
-0
/
+5
*
general: Convert source file copyright comments over to SPDX
Morph
2022-04-23
1
-3
/
+2
*
core/arm: separate backtrace collection
Liam
2022-04-21
1
-83
/
+14
*
core: extract symbol reading
Liam
2022-04-09
1
-129
/
+12
*
General: Resolve a few missing initializer warnings
Lioncash
2020-10-30
1
-2
/
+10
*
Revert "core: Fix clang build"
bunnei
2020-10-21
1
-20
/
+4
*
core: Fix clang build
Lioncash
2020-10-18
1
-4
/
+20
*
ARM/WaitTree: Better track the CallStack for each thread.
Fernando Sahmkow
2020-06-27
1
-0
/
+57
*
core: memory: Move to Core::Memory namespace.
bunnei
2020-04-17
1
-1
/
+1
*
CMakeLists: Specify -Wextra on linux builds
Lioncash
2020-04-16
1
-2
/
+2
*
core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory class
Lioncash
2019-11-27
1
-12
/
+12
*
core: Prepare various classes for memory read/write migration
Lioncash
2019-11-27
1
-2
/
+1
*
loader: Move NSO module tracking to AppLoader
Zach Hilman
2019-05-26
1
-8
/
+19
*
arm_interface: Expand backtrace generation
Zach Hilman
2019-05-25
1
-7
/
+183
*
arm_interface: Make include path relative for arm_interface.h
Lioncash
2018-12-31
1
-1
/
+1
*
arm_interface: Make LogBacktrace() a const member function
Lioncash
2018-12-31
1
-1
/
+1
*
arm_interface: Mark variables as const where applicable in LogBacktrace()
Lioncash
2018-12-31
1
-3
/
+4
*
arm_interface: Remove unnecessary semicolon
Lioncash
2018-12-31
1
-1
/
+1
*
Moved log backtrace to arm_interface.cpp. Added printing of error code to fatal
David Marcec
2018-12-29
1
-0
/
+26