commit | 58984e4ad22ac8bb8774b338625595ad9f6f55e9 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tom@tromey.com> | Tue Feb 25 07:56:55 2025 -0700 |
committer | Tom Tromey <tom@tromey.com> | Tue Mar 11 08:39:58 2025 -0600 |
tree | 7136dbef89ee0cb08a72ab01adae76d410467980 | |
parent | d8a30dd2a692053165ff3dfad1e93164180fc974 [diff] |
Use gdb::function_view in iterate_over_threads This C++-ifies iterate_over_threads, changing it to accept a gdb::function_view and to return bool. Approved-By: Simon Marchi <simon.marchi@efficios.com>