commit | 44fc43e5c8cdd8fc1611daa95f3bb7b450926efc | [log] [tgz] |
---|---|---|
author | Tom Tromey <tromey@adacore.com> | Wed May 24 14:22:55 2023 -0600 |
committer | Tom Tromey <tromey@adacore.com> | Thu Jun 22 09:46:23 2023 -0600 |
tree | 6676e84c4a9d6e2500d23ee909a93c8714a2f421 | |
parent | 32594d975aa9d886face03ee146fe82aa34a3145 [diff] |
Reuse breakpoints more frequently in DAP The DAP breakpoint code tries to reuse a breakpoint when possible. Currently it uses the condition and the hit condition (aka ignore count) when making this determination. However, these attributes are just going to be reset anyway, so this patch changes the code to exclude these from the reuse decision.