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] follow-fork: don't lose the ptids as set by the target


On 03/04/2015 01:07 PM, Mark Kettenis wrote:
>>
>> gdb/
>> 2015-03-03  Pedro Alves  <palves@redhat.com>
>>
>> 	* infrun.c (follow_fork_inferior): Use the whole of the
>> 	inferior_ptid and pending_follow.related_pid ptids instead of
>> 	building ptids from the process components.  Adjust verbose output
>> 	to use target_pid_to_str.
>> 	* linux-nat.c (linux_child_follow_fork): Use the whole of the
>> 	inferior_ptid and pending_follow.related_pid ptids instead of
>> 	building ptids from the process components.

> 
> Thanks Pedro.  This fixes a few internal-error assertions on OpenBSD.
> Please push ;).

Done.

Thanks,
Pedro Alves


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