[Lldb-commits] [PATCH] D79308: [lldb-server] Reset stop reason of all threads when resuming

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue May 5 06:58:18 PDT 2020


labath added inline comments.


================
Comment at: lldb/test/API/functionalities/thread/break_step_other/TestThreadBreakStepOther.py:21
+class ThreadBreakStepOtherTestCase(TestBase):
+    mydir = TestBase.compute_mydir(__file__)
+
----------------
jarin wrote:
> labath wrote:
> > You can add `NO_DEBUG_INFO_TESTCASE = True` here.
> Out of curiosity, what does that do?
It prevents the test suite from forking the test for different debug info "formats" ("regular dwarf", split dwarf, dsym, etc.).
That does not seem relevant/useful here as this test is mainly about the stop reason machinery and debug info is only used incidentally.


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

https://reviews.llvm.org/D79308





More information about the lldb-commits mailing list