Files
clang-p2996/lldb/test/API/functionalities/breakpoint
Jonas Devlieghere a87b27fd51 [lldb] Fix the hardware breakpoint decorator (#146609)
A decorator to skip or XFAIL a test takes effect when the function
that's passed in returns a reason string. The wrappers around
hw_breakpoints_supported were doing that incorrectly by inverting
(calling `not`) on the result, turning it into a boolean, which means
the test is always skipped.
2025-07-01 18:01:19 -07:00
..