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]

PING Re: [RFC] thread tests, linux/gdbserver


Any objections to this patch?

On Mon, 2006-09-25 at 15:26 -0700, Michael Snyder wrote:
> Several thread tests contain patterns that explicitly look 
> for the string "Thread" (capitalized) in the info threads
> output.  
> 
> But target remote prints it as "thread" (lower case), and 
> so even though these tests can be run against gdbserver, 
> they will fail.
> 
> This patch just substitutes a pattern "\[Tt\]hread".
> 
> Seem OK?
> 
> 


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