summaryrefslogtreecommitdiff
path: root/src/yuzu/debugger
AgeCommit message (Expand)Author
2021-02-06Refresh debug controller settingsgerman
2021-02-06Add controller window and single joycon top viewgerman
2021-02-05hle: kernel: Rename ReadableEvent to KReadableEvent.bunnei
2021-01-28yuzu: debugger: Ignore HLE threads.bunnei
2021-01-28hle: kernel: Recode implementation of KThread to be more accurate.bunnei
2021-01-28hle: kernel: KThread: Clean up thread priorities.bunnei
2021-01-28hle: kernel: KThread: Remove thread types that do not exist.bunnei
2021-01-28core: hle: kernel: Rename Thread to KThread.bunnei
2021-01-11hle: kernel: thread: Preserve thread wait reason for debugging only.bunnei
2021-01-11yuzu: debugger: wait_tree: Handle unknown ThreadState.bunnei
2021-01-11core: hle: Integrate new KConditionVariable and KAddressArbiter implementations.bunnei
2021-01-11hle: kernel: thread: Replace ThreadStatus/ThreadSchedStatus with a single Thr...bunnei
2021-01-11core: hle: kernel: Update KSynchronizationObject.bunnei
2020-12-22yuzu/main: Improve menubar access keyslat9nq
2020-12-06hle: kernel: Rewrite scheduler implementation based on Mesopshere.bunnei
2020-12-06hle: kernel: Port KAffinityMask from Mesosphere.bunnei
2020-11-29hle: kernel: thread: Remove unused "Running" state.bunnei
2020-08-14yuzu: Make use of qOverload where applicableLioncash
2020-07-20wait_tree: Include Midnight Blue dark themesMorph
2020-07-19Address issuesDavid Marcec
2020-07-18frontend: Improve wait tree readability for dark themesDavid Marcec
2020-06-27Clang Format.Fernando Sahmkow
2020-06-27General: Cleanup legacy code.Fernando Sahmkow
2020-06-27ARM/WaitTree: Better track the CallStack for each thread.Fernando Sahmkow
2020-06-27General: Fix microprofile on dynarmic/svc, fix wait tree showing which thread...Fernando Sahmkow
2020-06-27Yuzu/Debuggers: Correct Wait Tree for Paused threads.Fernando Sahmkow
2020-06-27General: Recover Prometheus project from harddrive failure Fernando Sahmkow
2020-04-15CMakeLists: Specify -Wextra on linux buildsLioncash
2020-03-02core: Implement separate A32/A64 ARM interfaces.bunnei
2020-02-11Kernel: Change WaitObject to Synchronization object. In order to better refle...Fernando Sahmkow
2020-01-02yuzu: Remove Maxwell debuggerReinUsesLisp
2019-11-26core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory classLioncash
2019-11-24kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel...bunnei
2019-11-03kernel: events: Remove ResetType::Automatic.bunnei
2019-10-15Correct compiling errors and addapt to the new interface.Fernando Sahmkow
2019-08-09yuzu/CMakeLists: Remove qt5_wrap_ui macro usageLioncash
2019-05-19Merge pull request #2492 from lioncash/debuggerHexagon12
2019-05-19yuzu/debugger/graphics/graphics_breakpoints: Specify string conversions expli...Lioncash
2019-05-19yuzu/debugger/profiler: Specify string conversions explicitlyLioncash
2019-05-19yuzu/debugger/wait_tree: Specify string conversions explicitlyLioncash
2019-05-18core/kernel/object: Rename ResetType enum membersLioncash
2019-04-17kernel/thread: Unify wait synchronization typesLioncash
2019-04-05yuzu/debugger: Remove graphics surface viewerLioncash
2019-04-05yuzu/debugger/graphics_surface: Display error messages for file I/O errorsLioncash
2019-04-05yuzu/debugger/graphics_surface: Tidy up SaveSurfaceLioncash
2019-04-05yuzu/debugger/graphics_surface: Clean up connection overload deductionLioncash
2019-04-05yuzu/debugger/graphics_surface: Fill in missing surface format listingsLioncash
2019-04-03yuzu/debugger/profiler: Remove unnecessary includesLioncash
2019-03-28Merge pull request #2266 from FernandoS27/arbitrationbunnei
2019-03-20gpu: Move GPUVAddr definition to common_types.bunnei