[Lldb-commits] [PATCH] D144665: Use Resume not PrivateResume when asynchronously continuing after the start at stop
Med Ismail Bennani via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Mar 27 12:54:54 PDT 2023
mib added inline comments.
================
Comment at: lldb/test/API/python_api/run_locker/TestRunLocker.py:25
+ self.build()
+ self.runlocker_test(False)
+
----------------
@jingham, you're testing the same thing twice. You probably wanted to set the `stop_at_entry` argument to `True` here.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144665/new/
https://reviews.llvm.org/D144665
More information about the lldb-commits
mailing list