commit | 2f9ee862bca8e9c8548a6b17927b64c249fb25d4 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tom@tromey.com> | Thu Jan 13 16:25:16 2022 -0700 |
committer | Tom Tromey <tom@tromey.com> | Fri Apr 29 16:14:30 2022 -0600 |
tree | 1c8c9b0a2c3cc9c4679085f3e59eafd01162051d | |
parent | 835e063d3a0d08a85862e3cdf217773f524cd006 [diff] |
Move "catch load" to a new file The "catch load" code is reasonably self-contained, and so this patch moves it out of breakpoint.c and into a new file, break-catch-load.c. One function from breakpoint.c, print_solib_event, now has to be exposed, but this seems pretty reasonable.