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

Method EndThread

Source/cmDebuggerThreadManager.cxx:30–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30void cmDebuggerThreadManager::EndThread(
31 std::shared_ptr<cmDebuggerThread> const& thread)
32{
33 Threads.remove(thread);
34}
35
36cm::optional<dap::StackTraceResponse>
37cmDebuggerThreadManager::GetThreadStackTraceResponse(

Callers 1

ReportExitCodeMethod · 0.80

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected