[all-commits] [llvm/llvm-project] b38ed0: [LLDB][PDB] Relax check for resolving breakpoint (...
nerix via All-commits
all-commits at lists.llvm.org
Fri Nov 28 09:15:21 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b38ed00495002f4df8b29527fb1cf47317c39d36
https://github.com/llvm/llvm-project/commit/b38ed00495002f4df8b29527fb1cf47317c39d36
Author: nerix <nerixdev at outlook.de>
Date: 2025-11-28 (Fri, 28 Nov 2025)
Changed paths:
M lldb/test/Shell/SymbolFile/PDB/add-symbols.cpp
Log Message:
-----------
[LLDB][PDB] Relax check for resolving breakpoint (#169932)
The test was flaky, because it assumed that the breakpoint was always
resolved before `r` was executed
(https://github.com/llvm/llvm-project/pull/169728#issuecomment-3589799783).
This PR removes the check for this order. It still checks that the
breakpoint is resolved before it is hit.
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