GetRealStopInfo has only one call site, and in that call site a reference to the
concrete thread plan is available (ThreadPlanCallUserExpression), from which
GetRealStopInfo can be called.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
It does seem odd to peek behind the back of a thread plan to figure out how to proceed, so making this special to the UserExpression thread plans, which are special in a bunch of ways, isn't a bad idea.