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: [MI][patch v2] -break-list to specify "thread-group"


On 09/22/2012 01:58 PM, Yao Qi wrote:
> On 09/21/2012 10:46 PM, Marc Khouzam wrote:
>> or (if the bp applies to multiple inferiors, which I didn't quite
>> out how to officially trigger, so I hacked the code to make sure
>> the output was done properly in that case):
>>
> 
> I don't know ether.  I can't think of a case that multiple inferiors share a single pspace.

See the intro comment to program spaces in progspace.h.  It gives some examples, such
as after a vfork (and before exit/exec), or some targets that work
that way, like Ericsson's DICOS.

-- 
Pedro Alves


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