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

Method SetDebuggerAdapter

Source/cmMessenger.h:74–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72 cmListFileBacktrace const& bt) const;
73#ifdef CMake_ENABLE_DEBUGGER
74 void SetDebuggerAdapter(
75 std::shared_ptr<cmDebugger::cmDebuggerAdapter> const& debuggerAdapter)
76 {
77 DebuggerAdapter = debuggerAdapter;
78 }
79#endif
80
81private:

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected