commit | 249dfeafc96db9d36ea8c22f0ae3c3eb5b76b5ba | [log] [tgz] |
---|---|---|
author | Pedro Alves <pedro@palves.net> | Sat May 07 01:18:34 2022 +0100 |
committer | Pedro Alves <pedro@palves.net> | Fri May 20 20:41:01 2022 +0100 |
tree | 6c657d47ce2d374ac25001326e96634e5bef1d19 | |
parent | 7a3e3265ed47704e08ec7d3a276204eb62d35811 [diff] |
Make exception_catchpoint inherit base_breakpoint instead of catchpoint exception_catchpoint is really a code breakpoint, with locations set by sals, re-set like other code breakpoints, etc., so make it inherit base_breakpoint. This adds a bit of duplicated code to exception_catchpoint's ctor (copied from struct catchpoint's ctor), but it will be eliminated in a following patch. Change-Id: I9fbb2927491120e9744a4f5e5cb5e6870ca07009