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: [RFA] breakpoint/12803


On 05/24/2011 01:06 PM, Tom Tromey wrote:
Keith>  +      while (isspace (*p))
Keith>  +	++p;

`p = skip_spaces (p)'

I didn't even know that existed! I'm glad it does, though. Thank you for pointing that out.


Ok with this change.

Committed. Thank you for reviewing this, Tom.


Keith


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