| 211 | |
| 212 | |
| 213 | std::vector<DebugThread> DebuggerThreads::GetAllThreads() |
| 214 | { |
| 215 | if (IsDirty()) |
| 216 | Update(); |
| 217 | return m_threads; |
| 218 | } |
| 219 | |
| 220 | |
| 221 | std::vector<DebugFrame> DebuggerThreads::GetFramesOfThread(uint32_t tid) |
no outgoing calls
no test coverage detected