================ @@ -26,10 +26,15 @@ def test_stop_hooks_step_out(self): self.step_out_test() def test_stop_hooks_after_expr(self): - """Test that a stop hook fires when hitting a breakpoint - that runs an expression""" + """Test that a stop hook fires when hitting a breakpoint that + runs an expression""" self.after_expr_test() + def test_stop_hooks_before_and_after_creation(self): + """Test that if we add a stop hook in the dummy target, we can + they don't collide with ones set directly in the target.""" ---------------- bulbazord wrote:
I think you forgot a word? `we can they don't collide` https://github.com/llvm/llvm-project/pull/129340 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits