Re: [PATCH 2/3] utils: implement portinfo --search

2013-11-09 Thread Samuel Thibault
Justus Winter, le Thu 07 Nov 2013 19:12:29 +0100, a écrit : > @@ -111,6 +113,9 @@ parse_task (char *arg) > > static volatile int hold = 0; > > +error_t search_for_port (task_t, mach_port_t, unsigned); > +error_t search_for_ports (task_t, mach_port_type_t, unsigned); > + > int > main (int ar

[PATCH 2/3] utils: implement portinfo --search

2013-11-07 Thread Justus Winter
Implement the --search switch of portinfo. The feature was suggested in the source code and partly implemented. portinfo --search locates the target ports (or all ports) in any other process and prints the port mapping and information about the port in the remote process. * utils/Makefile: Link po