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 0/2] Create inferior fro trace file target


> Date: Wed, 5 Feb 2014 20:15:05 +0800
> From: Yao Qi <yao@codesourcery.com>
> 
> On 02/05/2014 04:57 AM, Pedro Alves wrote:
> 
> > We've moved in the direction of "always a thread" a while ago,
> 
> What is "always a thread"?  Can you elaborate?

In the old model we only used to build a list of threads if the
process was actually multi-threaded (or at least linked to a known
threads library).  The new "always a thread" model builds that list
(with a single entry) for non-threaded processes as well.


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