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

Method GetDebugAdapter

Source/cmake.h:748–752  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

746 bool StartDebuggerIfEnabled();
747 void StopDebuggerIfNeeded(int exitCode);
748 std::shared_ptr<cmDebugger::cmDebuggerAdapter> GetDebugAdapter()
749 const noexcept
750 {
751 return this->DebugAdapter;
752 }
753#endif
754
755protected:

Callers 8

CallScopeMethod · 0.80
~CallScopeMethod · 0.80
ReadDependentFileMethod · 0.80
ReadListFileMethod · 0.80
ReadListFileAsStringMethod · 0.80
ConfigureMethod · 0.80
DisplayStatusMethod · 0.80
cmMessageCommandFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected