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

Method OnEndFileParse

Source/cmDebuggerAdapter.cxx:441–445  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

439}
440
441void cmDebuggerAdapter::OnEndFileParse()
442{
443 DefaultThread->PopStackFrame();
444 listFileFunction = nullptr;
445}
446
447void cmDebuggerAdapter::OnMessageOutput(MessageType t, std::string const& text)
448{

Callers 3

ReadDependentFileMethod · 0.80
ReadListFileMethod · 0.80
ConfigureMethod · 0.80

Calls 1

PopStackFrameMethod · 0.80

Tested by

no test coverage detected