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