summaryrefslogtreecommitdiff
path: root/src/yuzu/debugger/wait_tree.h
AgeCommit message (Collapse)Author
2018-08-31core/core: Replace includes with forward declarations where applicableLioncash
The follow-up to e2457418dae19b889b2ad85255bb95d4cd0e4bff, which replaces most of the includes in the core header with forward declarations. This makes it so that if any of the headers the core header was previously including change, then no one will need to rebuild the bulk of the core, due to core.h being quite a prevalent inclusion. This should make turnaround for changes much faster for developers.
2018-08-06qt: Add missing override specifiers where applicableLioncash
2018-08-01kernel: Move object class to its own source filesLioncash
General moving to keep kernel object types separate from the direct kernel code. Also essentially a preliminary cleanup before eliminating global kernel state in the kernel code.
2018-05-19Qt/WaitTree: Display the callstack for each thread in the wait tree widget.Subv
2018-04-20Qt: Update the WaitTree widget to show info about the current mutex of each ↵Subv
thread.
2018-01-20Format: Run the new clang format on everythingJames Rowe
2018-01-12Massive removal of unused modulesJames Rowe