Files
llvm-project/lldb/source/Target/ThreadPlanCallFunction.cpp
Philip DePetro 7b336dcfce [lldb] Allow forks to occur in expression evaluation (#184815)
@jimingham You had suggested to @clayborg that we should call DidFork(),
DidVFork() and DidVForkDone() after a corresponding stop in expression
evaluation. Those functions require parameters that are private to the
specific child StopInfo class. I went with reusing the existing
StopInfo::PerformAction() virtual function, rather than create a new one
just for this purpose.
2026-04-24 11:48:17 -07:00

18 KiB