MCPcopy Create free account
hub / github.com/Kitware/CMake / OnFileParsedSuccessfully

Method OnFileParsedSuccessfully

Source/cmDebuggerAdapter.cxx:364–369  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 4

ReadDependentFileMethod · 0.80
ReadListFileMethod · 0.80
ReadListFileAsStringMethod · 0.80
ConfigureMethod · 0.80

Calls 1

SourceFileLoadedMethod · 0.80

Tested by

no test coverage detected