mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-29 10:30:46 +00:00
Use gdb::function_view in iterate_over_live_ada_tasks
This changes iterate_over_live_ada_tasks to accept a gdb::function_view. This is needed by a subsequent patch. gdb/ChangeLog 2020-08-07 Tom Tromey <tromey@adacore.com> * ada-lang.h (ada_task_list_iterator_ftype): Now a gdb::function_view. (iterate_over_live_ada_tasks): Change type of argument. * ada-tasks.c (iterate_over_live_ada_tasks): Change type of argument.
This commit is contained in:
@@ -376,7 +376,7 @@ ada_get_task_info_from_ptid (ptid_t ptid)
|
||||
terminated yet. */
|
||||
|
||||
void
|
||||
iterate_over_live_ada_tasks (ada_task_list_iterator_ftype *iterator)
|
||||
iterate_over_live_ada_tasks (ada_task_list_iterator_ftype iterator)
|
||||
{
|
||||
struct ada_tasks_inferior_data *data;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user