Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
30
void cmDebuggerThreadManager::EndThread(
31
std::shared_ptr<cmDebuggerThread> const& thread)
32
{
33
Threads.remove(thread);
34
}
35
36
cm::optional<dap::StackTraceResponse>
37
cmDebuggerThreadManager::GetThreadStackTraceResponse(
Callers
1
ReportExitCode
Method · 0.80
Calls
1
remove
Method · 0.45
Tested by
no test coverage detected