summaryrefslogtreecommitdiffstats
path: root/src/yuzu/debugger/wait_tree.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* kernel: convert KThread to new styleLiam2023-03-131-36/+0
* chore: make yuzu REUSE compliantAndrea Pappacoda2022-07-271-3/+2
* wait_tree: Eliminate variable shadowingMorph2022-06-141-4/+4
* yuzu: Reduce unused includesameerj2022-03-201-1/+0
* yuzu qt: Remove global system instances from config, WaitTree, mainlat9nq2021-10-071-11/+36
* hle: kernel: Migrate to KHandleTable.bunnei2021-05-061-2/+3
* hle: kernel: Remove deprecated Object class.bunnei2021-05-061-3/+4
* hle: kernel: HandleTable: Remove deprecated APIs.bunnei2021-05-061-4/+4
* hle: kernel: Rename ReadableEvent to KReadableEvent.bunnei2021-02-051-2/+2
* core: hle: kernel: Rename Thread to KThread.bunnei2021-01-291-7/+7
* core: hle: kernel: Update KSynchronizationObject.bunnei2021-01-111-9/+8
* Kernel: Change WaitObject to Synchronization object. In order to better reflect RE.Fernando Sahmkow2020-02-111-10/+12
* kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154)bunnei2019-11-251-6/+5
* kernel: events: Remove ResetType::Automatic.bunnei2019-11-031-4/+0
* yuzu/debugger/wait_tree: Remove use of global CurrentProcess accessorLioncash2019-03-061-1/+2
* kernel: Remove the Timer classLioncash2019-02-011-10/+0
* yuzu/wait_tree: Pass QString by value and std::move in the initializer list for WaitTreeTextLioncash2018-12-061-1/+1
* kernel/event: Reference ReadableEvent from WritableEventZach Hilman2018-11-291-2/+2
* core: Port all current usages of Event to Readable/WritableEventZach Hilman2018-11-291-2/+2
* general: Remove unused boost inclusions where applicableLioncash2018-10-301-1/+0
* core/core: Replace includes with forward declarations where applicableLioncash2018-08-311-1/+29
* qt: Add missing override specifiers where applicableLioncash2018-08-061-1/+3
* kernel: Move object class to its own source filesLioncash2018-08-021-1/+1
* Qt/WaitTree: Display the callstack for each thread in the wait tree widget.Subv2018-05-191-0/+11
* Qt: Update the WaitTree widget to show info about the current mutex of each thread.Subv2018-04-211-29/+14
* Format: Run the new clang format on everythingJames Rowe2018-01-211-1/+1
* Massive removal of unused modulesJames Rowe2018-01-131-0/+187