CVS commit: src/external/gpl3/gdb/dist/gdb/cli
"Nia Alarie" <[email protected]> Fri, 24 Jul 2026 18:01:25 +0000
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: nia Date: Fri Jul 24 18:01:25 UTC 2026 Modified Files: src/external/gpl3/gdb/dist/gdb/cli: cli-style.c Log Message: gdb: Disable emoji in output by default. NetBSD users may be more likely than others to be using a physical DEC VT420 as their console, or at the very least the standard x86 BIOS text console while debugging the system. Both of these would rather display a garbled mess than an emoji. Besides, this is the system debugger, so we want to keep things usable in a minimal environment. Users can still re-enable emoji output with "set style emoji on" if they are using kalacrittyology7 with an utf-8 locale. Or uxterm with symbola-ttf installed (monochrome only). PR bin/60497 gdb prints garbled gibberish in an attempt to show cutesy emoji To generate a diff of this commit: cvs rdiff -u -r1.1.1.6 -r1.2 src/external/gpl3/gdb/dist/gdb/cli/cli-style.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.