| /src/external/gpl3/gdb.old/dist/gdb/ |
| darwin-nat.h | 30 mach_port_t task_port; member in struct:darwin_exception_msg
|
| darwin-nat.c | 544 darwin_find_new_inferior (task_t task_port, thread_t thread_port) 552 kret = pid_for_task (task_port, &task_pid); 581 priv->task = task_port; 617 task_t task_port; local 648 task_port = desc[1].name; 652 inf = darwin_find_inferior_by_task (task_port); 660 inf = darwin_find_new_inferior (task_port, thread_port); 665 /* Deallocate task_port, unless it was saved. */ 666 kret = mach_port_deallocate (mach_task_self (), task_port); 674 kret = mach_port_deallocate (mach_task_self (), task_port); 750 task_t task_port; local [all...] |
| gnu-nat.c | 737 task_t task_port; 743 task_port = MACH_PORT_NULL; 746 kern_return_t err = proc_pid2task (proc_server, pid, &task_port); 753 inf_debug (inf, "setting task: %u", task_port); 756 task_suspend (task_port); 758 if (task && task->port != task_port) 765 if (task_port != MACH_PORT_NULL) 767 inf->task = make_proc (inf, task_port, PROC_TID_TASK); 1657 thread_t thread_port, task_t task_port, 1665 thread_port, task_port, exception, code, subcode) 728 task_t task_port; local 1655 mach_port_deallocate (mach_task_self (), task_port); local [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| darwin-nat.h | 30 mach_port_t task_port; member in struct:darwin_exception_msg
|
| darwin-nat.c | 544 darwin_find_new_inferior (task_t task_port, thread_t thread_port) 552 kret = pid_for_task (task_port, &task_pid); 581 priv->task = task_port; 617 task_t task_port; local 648 task_port = desc[1].name; 652 inf = darwin_find_inferior_by_task (task_port); 660 inf = darwin_find_new_inferior (task_port, thread_port); 665 /* Deallocate task_port, unless it was saved. */ 666 kret = mach_port_deallocate (mach_task_self (), task_port); 674 kret = mach_port_deallocate (mach_task_self (), task_port); 750 task_t task_port; local [all...] |
| gnu-nat.c | 737 task_t task_port; 743 task_port = MACH_PORT_NULL; 746 kern_return_t err = proc_pid2task (proc_server, pid, &task_port); 753 inf_debug (inf, "setting task: %u", task_port); 756 task_suspend (task_port); 758 if (task && task->port != task_port) 765 if (task_port != MACH_PORT_NULL) 767 inf->task = make_proc (inf, task_port, PROC_TID_TASK); 1657 thread_t thread_port, task_t task_port, 1665 thread_port, task_port, exception, code, subcode) 728 task_t task_port; local 1655 mach_port_deallocate (mach_task_self (), task_port); local [all...] |