MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / GetThreadList

Method GetThreadList

pcsx2/DebugTools/DebugInterface.cpp:706–709  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

704}
705
706std::vector<std::unique_ptr<BiosThread>> R5900DebugInterface::GetThreadList() const
707{
708 return getEEThreads();
709}
710
711std::vector<MipsStackWalk::StackFrame> R5900DebugInterface::StackTrace(const BiosThread& thread)
712{

Callers 3

refreshDataMethod · 0.80
onStepOutMethod · 0.80
refreshDataMethod · 0.80

Calls 2

getEEThreadsFunction · 0.85
getIOPThreadsFunction · 0.85

Tested by

no test coverage detected