Hi! On Thu, 21 Jun 2018 17:20:54 +0100, Pedro Alves wrote: > >From 00431a78b28f913a9d5c912c49680e39cfd20847 Mon Sep 17 00:00:00 2001 > From: Pedro Alves > Date: Thu, 21 Jun 2018 17:09:31 +0100 > Subject: [PATCH] Use thread_info and inferior pointers more throughout > -void > -detach_inferior (int pid) > -{ > - detach_inferior (find_inferior_pid (pid)); > -} Pushed to master the attached commit c29ee8d45ec2113821c006a18cfedb9023ef9ce1 '[gdb, hurd] Repair build after "Use thread_info and inferior pointers more throughout"'. Grüße Thomas