[all-commits] [llvm/llvm-project] b35eaf: [lldb][NFC] Refactor StopInfoWatchpoint::PerformAc...
dlav-sc via All-commits
all-commits at lists.llvm.org
Wed Oct 15 21:52:06 PDT 2025
Branch: refs/heads/users/dlav-sc/lldb_refactor_stopinfo
Home: https://github.com/llvm/llvm-project
Commit: b35eaf0aa8aa9b4de19ca88b101ba950e0b91b0e
https://github.com/llvm/llvm-project/commit/b35eaf0aa8aa9b4de19ca88b101ba950e0b91b0e
Author: Daniil Avdeev <daniil.avdeev at syntacore.com>
Date: 2025-10-16 (Thu, 16 Oct 2025)
Changed paths:
M lldb/include/lldb/Breakpoint/Watchpoint.h
M lldb/source/Breakpoint/Watchpoint.cpp
M lldb/source/Target/StopInfo.cpp
Log Message:
-----------
[lldb][NFC] Refactor StopInfoWatchpoint::PerformAction
Refactor watchpoint logic 2/2
This patch refactors the StopInfoWatchpoint::PerformAction function. It
leverages the ShouldReport method introduced in the previous patch to
significantly simplify the PerformAction logic.
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