================ @@ -171,3 +171,35 @@ def test_functionality(self): self.continue_to_next_stop() x_val = self.dap_server.get_local_variable_value("x") self.assertEqual(x_val, "10") + + @skipIfWindows + def test_breakpoint_reason(self): + """Tests setting data breakpoints on variable. Verify that the breakpoint has the correct reason and description in the stopped event.""" ---------------- satyajanga wrote:
done https://github.com/llvm/llvm-project/pull/130841 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits