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

Method cmDebuggerAdapter

Source/cmDebuggerAdapter.cxx:97–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95};
96
97cmDebuggerAdapter::cmDebuggerAdapter(
98 std::shared_ptr<cmDebuggerConnection> connection,
99 std::string const& dapLogPath)
100 : cmDebuggerAdapter(std::move(connection),
101 dapLogPath.empty()
102 ? cm::nullopt
103 : cm::optional<std::shared_ptr<dap::Writer>>(
104 dap::file(dapLogPath.c_str())))
105{
106}
107
108cmDebuggerAdapter::cmDebuggerAdapter(
109 std::shared_ptr<cmDebuggerConnection> connection,

Callers

nothing calls this directly

Calls 15

moveFunction · 0.85
writefFunction · 0.85
InitializedEventClass · 0.85
PauseResponseClass · 0.85
ContinueResponseClass · 0.85
NextResponseClass · 0.85
StepInResponseClass · 0.85
StepOutResponseClass · 0.85
LaunchResponseClass · 0.85
DisconnectResponseClass · 0.85
spyFunction · 0.85

Tested by

no test coverage detected