HomeSort by: relevance | last modified time | path
    Searched defs:taskno (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
ada-tasks.c 277 /* Return a string with TASKNO followed by the task name if TASK_INFO
281 task_to_str (int taskno, const ada_task_info *task_info)
284 return string_printf ("%d", taskno);
286 return string_printf ("%d \"%s\"", taskno, task_info->name);
1072 int taskno, nb_tasks; local
1120 for (taskno = 1; taskno <= data->task_list.size (); taskno++)
1123 = &data->task_list[taskno - 1];
1148 for (taskno = 1; taskno <= data->task_list.size (); taskno++
1240 const int taskno = value_as_long (parse_and_eval (taskno_str)); local
1368 const int taskno = value_as_long (parse_and_eval (taskno_str)); local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
ada-tasks.c 277 /* Return a string with TASKNO followed by the task name if TASK_INFO
281 task_to_str (int taskno, const ada_task_info *task_info)
284 return string_printf ("%d", taskno);
286 return string_printf ("%d \"%s\"", taskno, task_info->name);
1072 int taskno, nb_tasks; local
1120 for (taskno = 1; taskno <= data->task_list.size (); taskno++)
1123 = &data->task_list[taskno - 1];
1148 for (taskno = 1; taskno <= data->task_list.size (); taskno++
1240 const int taskno = value_as_long (parse_and_eval (taskno_str)); local
1368 const int taskno = value_as_long (parse_and_eval (taskno_str)); local
    [all...]

Completed in 22 milliseconds