commit | 70ef91c5aa0626f2aa1ab117b8bd5da4bc6a115f | [log] [tgz] |
---|---|---|
author | Tom Tromey <tromey@adacore.com> | Wed Jun 14 06:54:13 2023 -0600 |
committer | Tom Tromey <tromey@adacore.com> | Mon Jul 10 13:17:30 2023 -0600 |
tree | 1b96d06b2b2f8dabc5e2929f49d43bc47920a167 | |
parent | 7355e1a74d1ee30b0babb8835e10027eb04ef832 [diff] |
Add new interface to frame filter iteration This patch adds a new function, frame_iterator, that wraps the existing code to find and execute the frame filters. However, unlike execute_frame_filters, it will always return an iterator -- whereas execute_frame_filters will return None if no frame filters apply. Nothing uses this new function yet, but it will used by a subsequent DAP patch.