"git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "784ec12a3c3d1de370c35ee527f7d5d57b13cd98"
Refactor UnwindLLDB so it doesn't populate the entire stack unless
the frame count is requested or each frame is individually requested. In practice this doesn't seem to help anything because we have functions like StackFrameList::GetNumFrames() which is going to request each frame anyway. And classes like ThreadPlanStepRange and ThreadPlanStepOverRange get the stack depth in their ctor forcing a full stack walk. But at least UnwindLLDB will delay doing a full walk if it can. llvm-svn: 118477
Loading
Please register or sign in to comment