This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 3/9] gdb: Make use of safe-ctype.h header.
- From: Pedro Alves <palves at redhat dot com>
- To: Andrew Burgess <andrew dot burgess at embecosm dot com>, gdb-patches at sourceware dot org
- Date: Wed, 30 Sep 2015 14:43:07 +0100
- Subject: Re: [PATCH 3/9] gdb: Make use of safe-ctype.h header.
- Authentication-results: sourceware.org; auth=none
- References: <cover dot 1441996064 dot git dot andrew dot burgess at embecosm dot com> <208a01e3f21d7c7e2662a1d2199c4dedab668989 dot 1441996064 dot git dot andrew dot burgess at embecosm dot com>
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