[Lldb-commits] [PATCH] D92164: Make CommandInterpreter's execution context the same as debugger's one.

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Sun Dec 20 03:01:49 PST 2020


labath added a comment.

I've included two logs, showing failing and successful runs (the successful run was captured without this patch). Interesting things happen around line 1057, where the "step out" plan decides we should not stop after stepping out. I'm not sure what's the relation to this patch, but I suppose it could have something to do with it not (always) fetching the correct frame (from which it should step out) from the execution context.

F14780068: fail.log <https://reviews.llvm.org/F14780068>

F14780071: ok.log <https://reviews.llvm.org/F14780071>


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D92164/new/

https://reviews.llvm.org/D92164



More information about the lldb-commits mailing list