[all-commits] [llvm/llvm-project] 1d5884: [lldb-dap] Fix the breakpoint events test. (#180518)
Ebuka Ezike via All-commits
all-commits at lists.llvm.org
Mon Feb 9 10:37:57 PST 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1d5884d7cffbee85b695970ee64d3965729f5a74
https://github.com/llvm/llvm-project/commit/1d5884d7cffbee85b695970ee64d3965729f5a74
Author: Ebuka Ezike <yerimyah1 at gmail.com>
Date: 2026-02-09 (Mon, 09 Feb 2026)
Changed paths:
M lldb/test/API/tools/lldb-dap/breakpoint-events/Makefile
M lldb/test/API/tools/lldb-dap/breakpoint-events/TestDAP_breakpointEvents.py
M lldb/test/API/tools/lldb-dap/breakpoint-events/foo.cpp
Log Message:
-----------
[lldb-dap] Fix the breakpoint events test. (#180518)
Previously the test was written in a way that may be flaky, fixed with
the following changes.
- The breakpoint are placed on functions and set during the
configuration stage of the protocol.
- Add the rpath to the test binary.
- Check we also hit the breakpoint we set directly using lldb.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list