wallace added inline comments.
================
Comment at: lldb/test/API/functionalities/exec/TestExec.py:96
# Run and we should stop due to exec
process.Continue()
----------------
clayborg wrote:
> Do we need this continue if we did the step above? How does this test still
> work if the step was supposed to step over the exec?
It seems to me that the StepInstruction before happens before the exec is
reached, and after this process.Continue() exec will be reached
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93874/new/
https://reviews.llvm.org/D93874
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits