[all-commits] [llvm/llvm-project] dc5dfc: [lldb] python-bindings: fix `SBTarget.get_target_w...
nikitalita via All-commits
all-commits at lists.llvm.org
Mon Feb 26 15:05:13 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dc5dfc102ffc3b870f7565fb4a90d53b31ec92f8
https://github.com/llvm/llvm-project/commit/dc5dfc102ffc3b870f7565fb4a90d53b31ec92f8
Author: nikitalita <69168929+nikitalita at users.noreply.github.com>
Date: 2024-02-26 (Mon, 26 Feb 2024)
Changed paths:
M lldb/bindings/interface/SBTargetExtensions.i
Log Message:
-----------
[lldb] python-bindings: fix `SBTarget.get_target_watchpoints()` (#82295)
Fixes erroneous usage of `bkpts` instead of `watchpoints` (probably
introduced from copying and pasting `get_target_bkpts()`).
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