[Lldb-commits] [lldb] Make breakpoint stop reason more accurate for function breakpoints (PR #130841)

Jacob Lalonde via lldb-commits lldb-commits at lists.llvm.org
Fri Mar 14 09:35:30 PDT 2025


================
@@ -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."""
----------------
Jlalond wrote:

I would break the description into multiple lines

https://github.com/llvm/llvm-project/pull/130841


More information about the lldb-commits mailing list