[Lldb-commits] [PATCH] D93874: [process] fix exec support on Linux
walter erquinigo via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Jan 4 11:04:16 PST 2021
wallace added inline comments.
================
Comment at: lldb/test/API/functionalities/exec/TestExec.py:91-93
+ # Single step to create a thread plan. We have to make sure that after exec
+ # we clear all existing thread plans.
+ thread.StepInstruction(False)
----------------
labath wrote:
> A separate test case would be better, as (even with the comment) a random future modification of the test could negate this.
Sure! I'll wait for @jingham to chime first
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93874/new/
https://reviews.llvm.org/D93874
More information about the lldb-commits
mailing list