NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/60497 CVS commit: src/external/gpl3/gdb/dist/gdb/cli



The following reply was made to PR bin/60497; it has been noted by GNATS.

From: "Nia Alarie" <nia%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/60497 CVS commit: src/external/gpl3/gdb/dist/gdb/cli
Date: Fri, 24 Jul 2026 18:01:25 +0000

 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.
 



Home | Main Index | Thread Index | Old Index