Re: hurd: update RPC prototypes

2017-09-07 Thread Pedro Alves
On 09/06/2017 11:11 PM, Samuel Thibault wrote: > Pedro Alves, on lun. 04 sept. 2017 13:14:33 +0100, wrote: >> On 08/27/2017 07:41 PM, Samuel Thibault wrote: >>> Since hurd's baf7e5c ('hurd: Use polymorphic port types to return some >>> rights.'), some RPCs prototypes have changed, gdb needs the >>

Re: hurd: update RPC prototypes

2017-09-06 Thread Samuel Thibault
Hello, Pedro Alves, on lun. 04 sept. 2017 13:14:33 +0100, wrote: > On 08/27/2017 07:41 PM, Samuel Thibault wrote: > > Since hurd's baf7e5c ('hurd: Use polymorphic port types to return some > > rights.'), some RPCs prototypes have changed, gdb needs the > > corresponding update. > > > > * gdb/gnu-

Re: hurd: update RPC prototypes

2017-09-04 Thread Pedro Alves
On 08/27/2017 07:41 PM, Samuel Thibault wrote: > Since hurd's baf7e5c ('hurd: Use polymorphic port types to return some > rights.'), some RPCs prototypes have changed, gdb needs the > corresponding update. > > * gdb/gnu-nat.c (S_proc_getmsgport_reply, S_proc_task2proc_reply, > S_proc_pid2proc_repl

hurd: update RPC prototypes

2017-08-27 Thread Samuel Thibault
Since hurd's baf7e5c ('hurd: Use polymorphic port types to return some rights.'), some RPCs prototypes have changed, gdb needs the corresponding update. * gdb/gnu-nat.c (S_proc_getmsgport_reply, S_proc_task2proc_reply, S_proc_pid2proc_reply): Add `mach_msg_type_name_t type' parameter. diff --git