commit | 15e11aac9cccfe38e0afaa07af55bb835e39789c | [log] [tgz] |
---|---|---|
author | Tom Tromey <tromey@adacore.com> | Mon Aug 04 09:58:43 2025 -0600 |
committer | Tom Tromey <tromey@adacore.com> | Tue Sep 09 11:58:27 2025 -0600 |
tree | 10fe8d59fca36ef68a7100c82f2894e7e37161fb | |
parent | 50673a462973a975fc9001fe3d8d4c5d5472436d [diff] |
Use c-ctype.h (not safe-ctype.h) in gdb This changes gdb and related programs to use the gnulib c-ctype code rather than safe-ctype.h. The gdb-safe-ctype.h header is removed. This changes common-defs.h to include the c-ctype header, making it available everywhere in gdb. Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=33217 Approved-By: Simon Marchi <simon.marchi@efficios.com>