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

Method PopStackFrame

Source/cmDebuggerThread.cxx:38–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38void cmDebuggerThread::PopStackFrame()
39{
40 std::unique_lock<std::mutex> lock(Mutex);
41 FrameMap.erase(Frames.back()->GetId());
42 FrameScopes.erase(Frames.back()->GetId());
43 FrameVariables.erase(Frames.back()->GetId());
44 Frames.pop_back();
45}
46
47std::shared_ptr<cmDebuggerStackFrame> cmDebuggerThread::GetTopStackFrame()
48{

Callers 2

OnEndFunctionCallMethod · 0.80
OnEndFileParseMethod · 0.80

Calls 4

eraseMethod · 0.80
pop_backMethod · 0.80
GetIdMethod · 0.45
backMethod · 0.45

Tested by

no test coverage detected