| 418 | |
| 419 | |
| 420 | std::vector<DebugModule> DebuggerModules::GetAllModules() |
| 421 | { |
| 422 | if (IsDirty()) |
| 423 | Update(); |
| 424 | |
| 425 | return m_modules; |
| 426 | } |
| 427 | |
| 428 | |
| 429 | DebuggerBreakpoints::DebuggerBreakpoints(DebuggerState* state, std::vector<ModuleNameAndOffset> initial) : |
no outgoing calls
no test coverage detected