summaryrefslogtreecommitdiff
path: root/src/yuzu/debugger
AgeCommit message (Expand)Author
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
2019-03-19Add CondVar Thread State.Fernando Sahmkow
2019-03-16video_core: Refactor to use MemoryManager interface for all memory access.bunnei
2019-03-05yuzu/debugger/wait_tree: Remove use of global CurrentProcess accessorLioncash
2019-02-26common/vector_math: Move Vec[x] types into the Common namespaceLioncash
2019-01-31kernel: Remove the Timer classLioncash
2019-01-04Removed pulse event typeDavid Marcec
2018-12-27kernel: Rename 'default' CPU core to 'ideal' coreLioncash
2018-12-26Merge pull request #1849 from encounter/svcSetThreadActivitybunnei
2018-12-19Fixed uninitialized memory due to missing returns in canaryDavid Marcec
2018-12-05yuzu/wait_tree: Pass QString by value and std::move in the initializer list f...Lioncash
2018-12-04debugger: Set paused thread colorLuke Street
2018-12-04kernel/object: Amend handle types to distinguish between readable and writabl...Lioncash
2018-12-04svc: Implement SetThreadActivity (thread suspension)Luke Street
2018-11-29kernel/event: Reference ReadableEvent from WritableEventZach Hilman
2018-11-29core: Port all current usages of Event to Readable/WritableEventZach Hilman
2018-11-01Fix ASTC Decompressor to support depth parameterFernandoS27
2018-11-01Fix ASTC formatsFernandoS27
2018-10-30general: Remove unused boost inclusions where applicableLioncash
2018-10-30global: Use std::optional instead of boost::optional (#1578)Frederic L
2018-10-24graphic_breakpoints: Correct translation of strings in BreakpointModel's data...Lioncash
2018-10-20kernel/process: Make the handle table per-processLioncash
2018-10-15core_cpu: Make Cpu scheduler instances unique_ptrs instead of shared_ptrsLioncash
2018-10-13Propagate depth and depth_block on modules using decodersFernandoS27
2018-10-04kernel/thread: Make all instance variables privateLioncash
2018-09-20arm_interface: Replace kernel vm_manager include with a forward declarationLioncash