This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 5/8] inf-ttrace: Determine attached process LWP immediately after attaching.


On Tuesday 28 December 2010 04:43:03, Joel Brobecker wrote:
> This works on PA/HP-UX, because we immediately perform a wait to pop
> the event triggered by the attach.  We can use that event to extract
> the thread's LWP.  But this does not work for IA64/HP-UX, because
> the attach no longer triggers an event, and thus a wait should NOT
> be performed (such a wait would simply block indefinitely).

How you can get by without setting target_attach_no_wait then?

-- 
Pedro Alves


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]