summaryrefslogtreecommitdiff
path: root/src/yuzu/debugger/wait_tree.cpp
AgeCommit message (Expand)Author
2018-07-26kernel/timer: Make data members private where applicableLioncash
2018-07-25wait_tree: Add missing switch case for WaitTreeThread::GetText()Lioncash
2018-07-24wait_tree: Silence warning about all code paths not returning a valueLioncash
2018-07-19thread: Convert ThreadStatus into an enum classLioncash
2018-06-21Kernel/Arbiters: Mostly implement SignalToAddressMichael Scire
2018-06-21Kernel/Arbiters: Implement WaitForAddressMichael Scire
2018-05-19Qt/WaitTree: Display the callstack for each thread in the wait tree widget.Subv
2018-05-10thread: Rename mask to affinity_masks.bunnei
2018-05-10wait_tree: Add ideal core and affinity mask.bunnei
2018-05-10wait_tree: Show all threads on all schedulers.bunnei
2018-05-10core: Implement multicore support.bunnei
2018-04-20Qt: Update the WaitTree widget to show info about the current mutex of each t...Subv
2018-03-18thread: Add THREADSTATUS_WAIT_HLE_EVENT, remove THREADSTATUS_WAIT_ARB.bunnei
2018-02-18kernel: Use Scheduler class for threading.bunnei
2018-02-14debugger: Fix wait_tree crash.bunnei
2018-01-12Remove gpu debugger and get yuzu qt to compileJames Rowe
2018-01-12Massive removal of unused modulesJames Rowe