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: PING Re: [RFC] thread tests, linux/gdbserver


On Tue, 2006-10-17 at 11:46 -0400, Daniel Jacobowitz wrote:
> On Fri, Oct 06, 2006 at 11:31:16AM -0700, Michael Snyder wrote:
> > On Fri, 2006-10-06 at 12:53 +0200, Mark Kettenis wrote:
> > > >  Any objections to this patch?
> > > 
> > > Hmm, I must have missed the origional mail, but I think we should actually
> > > fix our code to print these things in a more consistent manner.
> > 
> > It comes from target_pid_to_str, which is a target method.
> > We don't officially control what it looks like, since a target
> > is free to say anything it likes.
> > 
> > Of course, we do control the remote target, which is all I'm
> > immediately concerned with here.  It would be a one-line 
> > change, I think, to capitalize it...
> 
> In fact, I was working on gdbserver support for tls.exp this morning,
> and that's one of the affected tests.  So I made this change,
> tested it with x86-64 gdbserver, and committed it.
> 
> It fixes a bunch of failures in linux-dp.exp and thread-specific.exp,
> and lets more tests run for pthreads.exp.

Cool!  Then consider this patch withdrawn.



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