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

  /src/external/gpl3/gdb/dist/gdb/
darwin-nat.h 29 mach_port_t thread_port; member in struct:darwin_exception_msg
darwin-nat.c 544 darwin_find_new_inferior (task_t task_port, thread_t thread_port)
618 thread_t thread_port; local
649 thread_port = desc[0].name;
660 inf = darwin_find_new_inferior (task_port, thread_port);
690 kret = mach_port_deallocate (mach_task_self (), thread_port);
711 kret = mach_port_deallocate (mach_task_self (), thread_port);
714 thread = darwin_find_thread (inf, thread_port);
725 thread->event.thread_port = thread_port;
gnu-nat.c 1657 thread_t thread_port, task_t task_port,
1661 struct proc *thread = inf_port_to_thread (inf, thread_port);
1665 thread_port, task_port, exception, code, subcode);
1671 thread = inf_port_to_thread (inf, thread_port);
1677 mach_port_deallocate (mach_task_self (), thread_port);
1654 mach_port_deallocate (mach_task_self (), thread_port); local
  /src/external/gpl3/gdb.old/dist/gdb/
darwin-nat.h 29 mach_port_t thread_port; member in struct:darwin_exception_msg
darwin-nat.c 541 darwin_find_new_inferior (task_t task_port, thread_t thread_port)
615 thread_t thread_port; local
646 thread_port = desc[0].name;
657 inf = darwin_find_new_inferior (task_port, thread_port);
687 kret = mach_port_deallocate (mach_task_self (), thread_port);
708 kret = mach_port_deallocate (mach_task_self (), thread_port);
711 thread = darwin_find_thread (inf, thread_port);
722 thread->event.thread_port = thread_port;
gnu-nat.c 1655 thread_t thread_port, task_t task_port,
1659 struct proc *thread = inf_port_to_thread (inf, thread_port);
1663 thread_port, task_port, exception, code, subcode);
1669 thread = inf_port_to_thread (inf, thread_port);
1675 mach_port_deallocate (mach_task_self (), thread_port);
1652 mach_port_deallocate (mach_task_self (), thread_port); local

Completed in 33 milliseconds