commit | d66beefaf6334d69b638b3300e264f7996c572dc | [log] [tgz] |
---|---|---|
author | Tom Tromey <tom@tromey.com> | Wed Jan 12 18:11:53 2022 -0700 |
committer | Tom Tromey <tom@tromey.com> | Tue Jan 18 10:34:05 2022 -0700 |
tree | a67e8d17b06eaff6ade678a7049d0f869fd7a5ce | |
parent | de8e4cb3af98396ecad849588c9c05a45a9e823c [diff] |
Simplify Ada catchpoints All the Ada catchpoints use the same breakpoint_ops contents, because the catchpoint itself records its kind. This patch simplifies the code by removing the redundant ops structures.