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: [SPAM] Re: gdbserver: should use __ARCH_HAS_MMU__ rather than __UCLIBC_HAS_MMU__


On Wed, 2007-03-07 at 08:12 -0500, Jon Ringle wrote:
> Daniel Jacobowitz wrote:
> > On Tue, Mar 06, 2007 at 11:21:43PM -0500, Jon Ringle wrote:
> >   
> >> -  if (strcmp ("qSymbol::", own_buf) == 0)
> >> +  if (strcmp ("qSymbol:", own_buf) == 0)
> >>     
> >
> > What's this for?  It can't be right.
> >
> >   
> Sorry, I must have fat-fingered a DEL key there at some point and didn't 
> notice it when I posted the patch file.

Well, by the way, if that change is in your working gdb, 
it's likely to prevent thread debugging from working, and
might interact with the code that looks at SIGUSR1...



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