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: Build failure following: Implement support for checking /proc/PID/coredump_filter commit


On 04/08/2015 03:43 PM, Pedro Alves wrote:
> On 04/08/2015 03:07 PM, Pierre Muller wrote:
> 
>> Or maybe we should use the gnulib version of strtok_r?
> 
> Yes.
> 
>> I don't really know how to do this, but if someone can tell me,
>> I can test the patch.
> 
> Let me give that a try, and I'll post a branch for you to test.

Please try the users/palves/gnulib-strtok_r branch.

A nice thing is that the strtok_r module didn't pull in any
other new module.

> There's also the "users/palves/gnulib-update" branch that
> updates gdb's copy of gnulib to recent gnulib master.  It'd
> be great if someone confirmed that a gdb build of that branch
> actually works on Windows, so we can move forward with that.
> (the branch predates Sergio's patch, so isn't affected by the strtok_r
> issue).  I'd be nice to update our gnulib copy before we pull in
> more modules, to avoid tripping on bugs that have meanwhile already
> been fixed upstream, or avoid module dependencies that may
> have been reduced upstream...

Thanks,
Pedro Alves


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