[Lldb-commits] [lldb] [lldb][target] Add progress report for wait-attaching to process (PR #144768)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Fri Jun 20 05:25:22 PDT 2025
================
@@ -16,6 +17,36 @@ def setUp(self):
self.broadcaster, lldb.SBDebugger.eBroadcastBitProgress
)
+ def test_wait_attach_progress_reporting(self):
+ """Test that progress reports for wait attaching work as intended."""
+ self.build()
----------------
labath wrote:
sound like you don't actually need to build anything here..
https://github.com/llvm/llvm-project/pull/144768
More information about the lldb-commits
mailing list