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

Method OnBeginFileParse

Source/cmDebuggerAdapter.cxx:431–439  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

429static std::shared_ptr<cmListFileFunction> listFileFunction;
430
431void cmDebuggerAdapter::OnBeginFileParse(cmMakefile* mf,
432 std::string const& sourcePath)
433{
434 std::unique_lock<std::mutex> lock(Mutex);
435
436 listFileFunction = std::make_shared<cmListFileFunction>(
437 sourcePath, 0, 0, std::vector<cmListFileArgument>());
438 DefaultThread->PushStackFrame(mf, sourcePath, *listFileFunction);
439}
440
441void cmDebuggerAdapter::OnEndFileParse()
442{

Callers 3

ReadDependentFileMethod · 0.80
ReadListFileMethod · 0.80
ConfigureMethod · 0.80

Calls 1

PushStackFrameMethod · 0.80

Tested by

no test coverage detected