[Lldb-commits] [lldb] Make breakpoint stop reason more accurate for function breakpoints (PR #130841)
via lldb-commits
lldb-commits at lists.llvm.org
Sat Mar 15 23:23:19 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."""
----------------
satyajanga wrote:
done
https://github.com/llvm/llvm-project/pull/130841
More information about the lldb-commits
mailing list