commit | 04d0163c3ff280a2ec7d4e06594da750ef8f96d5 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tom@tromey.com> | Sat Apr 30 07:49:11 2022 -0600 |
committer | Tom Tromey <tom@tromey.com> | Fri May 06 12:03:34 2022 -0600 |
tree | 51e6f870b108c69276fa5e4823f248b7925f9921 | |
parent | dd9cd55e990bcc9f8448cac38d242d53974b3604 [diff] |
Change print_recreate_thread to a method This changes print_recreate_thread to be a method on breakpoint. This function is only used as a helper by print_recreate methods, so I thought this transformation made sense.