commit | c01e038bd26d36e56ab290ddf1458d4236b2e4c3 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tom@tromey.com> | Sun Jan 16 16:56:24 2022 -0700 |
committer | Tom Tromey <tom@tromey.com> | Fri Apr 29 16:14:30 2022 -0600 |
tree | 0be79443651b907556e6bd32bcca16048c17fb48 | |
parent | 6689579725c370e4284f035ea283f2e459653738 [diff] |
Return bool from breakpoint_ops::print_one This changes breakpoint_ops::print_one to return bool, and updates all the implementations and the caller. The caller is changed so that a NULL check is no longer needed -- something that will be impossible with a real method.