Home | History | Annotate | Download | only in gdb

Lines Matching refs:task_id

350    matches TASK_ID , or zero if the task could not be found.  */
353 get_task_number_from_id (CORE_ADDR task_id, struct inferior *inf)
359 if (data->task_list[i].task_id == task_id)
654 /* Read the ATCB data of a given task given its TASK_ID (which is in practice
659 read_atcb (CORE_ADDR task_id, struct ada_task_info *task_info)
684 NULL, task_id);
687 /* Fill in the task_id. */
689 task_info->task_id = task_id;
715 bound_minimal_symbol msym = lookup_minimal_symbol_by_pc (task_id);
776 entry of another task; then the Task_Id of the called task is
831 /* Read the ATCB info of the given task (identified by TASK_ID), and
835 add_ada_task (CORE_ADDR task_id, struct inferior *inf)
840 read_atcb (task_id, &task_info);
860 CORE_ADDR task_id =
864 if (task_id != 0)
865 add_ada_task (task_id, current_inferior ());
879 CORE_ADDR task_id;
889 task_id = extract_typed_address (known_tasks, data->known_tasks_element);
890 while (task_id != 0)
895 add_ada_task (task_id, current_inferior ());
899 NULL, task_id);
901 task_id = value_as_address
1128 1 + strlen (phex_nz (task_info->task_id,
1175 uiout->field_string ("task-id", phex_nz (task_info->task_id,
1258 paddress (current_inferior ()->arch (), task_info->task_id));