| 362 | } |
| 363 | |
| 364 | void cmDebuggerAdapter::OnFileParsedSuccessfully( |
| 365 | std::string const& sourcePath, |
| 366 | std::vector<cmListFileFunction> const& functions) |
| 367 | { |
| 368 | BreakpointManager->SourceFileLoaded(sourcePath, functions); |
| 369 | } |
| 370 | |
| 371 | void cmDebuggerAdapter::OnBeginFunctionCall(cmMakefile* mf, |
| 372 | std::string const& sourcePath, |
no test coverage detected