Lioncash
|
2474340684
|
wait_tree: Add missing switch case for WaitTreeThread::GetText()
We were missing the enum entry for WaitIPC
|
2018-07-25 15:50:41 -04:00 |
|
Lioncash
|
9d2cacdc9e
|
wait_tree: Silence warning about all code paths not returning a value
If code execution hits this spot, something has gone very wrong, so mark
the path as unreachable. This silences a warning on MSVC.
|
2018-07-24 04:06:55 -04:00 |
|
Lioncash
|
dbfe82773d
|
thread: Convert ThreadStatus into an enum class
Makes the thread status strongly typed, so implicit conversions can't
happen. It also makes it easier to catch mistakes at compile time.
|
2018-07-19 22:08:56 -04:00 |
|
Michael Scire
|
4f81bc4e1b
|
Kernel/Arbiters: Mostly implement SignalToAddress
|
2018-06-21 04:10:11 -06:00 |
|
Michael Scire
|
9d71ce88ce
|
Kernel/Arbiters: Implement WaitForAddress
|
2018-06-21 01:40:29 -06:00 |
|
Subv
|
c50393e066
|
Qt/WaitTree: Display the callstack for each thread in the wait tree widget.
|
2018-05-19 16:52:49 -05:00 |
|
bunnei
|
46ec9a9bc9
|
thread: Rename mask to affinity_masks.
|
2018-05-10 19:34:53 -04:00 |
|
bunnei
|
e6671190a5
|
wait_tree: Add ideal core and affinity mask.
|
2018-05-10 19:34:52 -04:00 |
|
bunnei
|
5c0421ebd8
|
wait_tree: Show all threads on all schedulers.
|
2018-05-10 19:34:48 -04:00 |
|
bunnei
|
a434fdcb10
|
core: Implement multicore support.
|
2018-05-10 19:34:46 -04:00 |
|
Subv
|
013778aa21
|
Qt: Update the WaitTree widget to show info about the current mutex of each thread.
|
2018-04-20 21:04:34 -05:00 |
|
bunnei
|
e353b9fb3d
|
thread: Add THREADSTATUS_WAIT_HLE_EVENT, remove THREADSTATUS_WAIT_ARB.
|
2018-03-18 20:56:32 -04:00 |
|
bunnei
|
ac81c02ed9
|
kernel: Use Scheduler class for threading.
|
2018-02-18 15:17:16 -05:00 |
|
bunnei
|
c85e3a2234
|
debugger: Fix wait_tree crash.
|
2018-02-14 00:02:14 -05:00 |
|
James Rowe
|
389979018c
|
Remove gpu debugger and get yuzu qt to compile
|
2018-01-12 19:11:04 -07:00 |
|
James Rowe
|
ebf9a784a9
|
Massive removal of unused modules
|
2018-01-12 19:11:03 -07:00 |
|