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: [PATCH 3/9] gdb: Make use of safe-ctype.h header.


On 09/11/2015 07:49 PM, Andrew Burgess wrote:
> In stack.c switch to using safe-ctype.h instead of ctype.h, update code
> as required.
> 
> gdb/ChangeLog:
> 
> 	* stack.c: Include safe-ctype.h not ctype.h.
> 	(parse_frame_specification): Use ISSPACE not isspace.
> 	(backtrace_command): Use TOLOWER not tolower.

OK.

Thanks,
Pedro Alves


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