[Lldb-commits] [PATCH] D121977: [lldb/test] Add progress events listener helper class to lldbutil

Med Ismail Bennani via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Mar 18 12:58:09 PDT 2022


mib updated this revision to Diff 416581.
mib added a comment.

Address @JDevlieghere comments:

- Move the `EventListener` class to a separate module and make it inherit from `TestBase` to start/stop the background listener thread in `setUp`/`tearDown`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D121977

Files:
  lldb/packages/Python/lldbsuite/test/eventlistener.py
  lldb/packages/Python/lldbsuite/test/lldbutil.py
  lldb/test/API/functionalities/diagnostic_reporting/TestDiagnosticReporting.py
  lldb/test/API/functionalities/progress_reporting/TestProgressReporting.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D121977.416581.patch
Type: text/x-patch
Size: 9216 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20220318/58854e69/attachment.bin>


More information about the lldb-commits mailing list