index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
yuzu
/
debugger
/
wait_tree.cpp
Age
Commit message (
Expand
)
Author
2024-12-31
chore: update project branding to citron
Zephyron
2023-12-04
core: refactor emulated cpu core activation
Liam
2023-11-21
config: Unify config handling under frontend_common
t895
2023-10-21
kernel: update KProcess
Liam
2023-03-12
kernel: convert KThread to new style
Liam
2023-03-12
kernel: convert KPort, KSession
Liam
2022-07-27
chore: make yuzu REUSE compliant
Andrea Pappacoda
2022-06-14
wait_tree: Eliminate variable shadowing
Morph
2022-03-20
yuzu: Reduce unused includes
ameerj
2022-01-20
hle: kernel: KThread: Rename thread_type_for_debugging -> thread_type.
bunnei
2021-10-07
yuzu qt: Remove global system instances from config, WaitTree, main
lat9nq
2021-05-05
hle: kernel: Migrate to KHandleTable.
bunnei
2021-05-05
hle: kernel: Rename Process to KProcess.
bunnei
2021-05-05
hle: kernel: Remove deprecated Object class.
bunnei
2021-05-05
hle: kernel: HandleTable: Remove deprecated APIs.
bunnei
2021-05-05
hle: kernel: Migrate KProcess to KAutoObject.
bunnei
2021-05-05
hle: kernel: Migrate more of KThread to KAutoObject.
bunnei
2021-02-05
hle: kernel: Rename ReadableEvent to KReadableEvent.
bunnei
2021-01-28
yuzu: debugger: Ignore HLE threads.
bunnei
2021-01-28
hle: kernel: Recode implementation of KThread to be more accurate.
bunnei
2021-01-28
hle: kernel: KThread: Clean up thread priorities.
bunnei
2021-01-28
hle: kernel: KThread: Remove thread types that do not exist.
bunnei
2021-01-28
core: hle: kernel: Rename Thread to KThread.
bunnei
2021-01-11
hle: kernel: thread: Preserve thread wait reason for debugging only.
bunnei
2021-01-11
yuzu: debugger: wait_tree: Handle unknown ThreadState.
bunnei
2021-01-11
core: hle: Integrate new KConditionVariable and KAddressArbiter implementations.
bunnei
2021-01-11
hle: kernel: thread: Replace ThreadStatus/ThreadSchedStatus with a single Thr...
bunnei
2021-01-11
core: hle: kernel: Update KSynchronizationObject.
bunnei
2020-12-22
yuzu/main: Improve menubar access keys
lat9nq
2020-12-06
hle: kernel: Rewrite scheduler implementation based on Mesopshere.
bunnei
2020-12-06
hle: kernel: Port KAffinityMask from Mesosphere.
bunnei
2020-11-29
hle: kernel: thread: Remove unused "Running" state.
bunnei
2020-07-20
wait_tree: Include Midnight Blue dark themes
Morph
2020-07-19
Address issues
David Marcec
2020-07-18
frontend: Improve wait tree readability for dark themes
David Marcec
2020-06-27
Clang Format.
Fernando Sahmkow
2020-06-27
General: Cleanup legacy code.
Fernando Sahmkow
2020-06-27
ARM/WaitTree: Better track the CallStack for each thread.
Fernando Sahmkow
2020-06-27
General: Fix microprofile on dynarmic/svc, fix wait tree showing which thread...
Fernando Sahmkow
2020-06-27
Yuzu/Debuggers: Correct Wait Tree for Paused threads.
Fernando Sahmkow
2020-06-27
General: Recover Prometheus project from harddrive failure
Fernando Sahmkow
2020-03-02
core: Implement separate A32/A64 ARM interfaces.
bunnei
2020-02-11
Kernel: Change WaitObject to Synchronization object. In order to better refle...
Fernando Sahmkow
2019-11-26
core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory class
Lioncash
2019-11-24
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel...
bunnei
2019-11-03
kernel: events: Remove ResetType::Automatic.
bunnei
2019-10-15
Correct compiling errors and addapt to the new interface.
Fernando Sahmkow
2019-05-19
Merge pull request #2492 from lioncash/debugger
Hexagon12
2019-05-19
yuzu/debugger/wait_tree: Specify string conversions explicitly
Lioncash
2019-05-18
core/kernel/object: Rename ResetType enum members
Lioncash
[next]