Skip to content

lldb-api :: functionalities/breakpoint/breakpoint_conditions/TestBreakpointConditions.py doesn't stop on breakpoint condition #100486

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
kendalharland opened this issue Jul 24, 2024 · 3 comments
Labels
lldb platform:windows question A question, not bug report. Check out https://llvm.org/docs/GettingInvolved.html instead! test-suite

Comments

@kendalharland
Copy link
Contributor

On windows x86_64 this test stops on the set breakpoint when val == 1 if the breakpoint condition is set on the SBBreakpointLocation rather than the SBBreakpoint directly. Setting the condition on the breakpoint itself, seems to fix the issue.

@kendalharland
Copy link
Contributor Author

Part of #100474

@llvmbot
Copy link
Member

llvmbot commented Jul 25, 2024

@llvm/issue-subscribers-lldb

Author: Kendal Harland (kendalharland)

On windows x86_64 this test stops on the set breakpoint when `val == 1` if the breakpoint condition is set on the SBBreakpointLocation rather than the SBBreakpoint directly. Setting the condition on the breakpoint itself, seems to fix the issue.

@kendalharland
Copy link
Contributor Author

This was due to me using my host's clang-cl to build and run the tests rather than the recently build clang from llvm. WAI.

@EugeneZelenko EugeneZelenko added the question A question, not bug report. Check out https://llvm.org/docs/GettingInvolved.html instead! label Aug 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lldb platform:windows question A question, not bug report. Check out https://llvm.org/docs/GettingInvolved.html instead! test-suite
Projects
None yet
Development

No branches or pull requests

3 participants