NetBSD-Bugs archive

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

PR/59549 CVS commit: src/external/gpl3/gdb/dist/gdb



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

From: "Christos Zoulas" <christos%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/59549 CVS commit: src/external/gpl3/gdb/dist/gdb
Date: Sun, 27 Jul 2025 16:40:24 -0400

 Module Name:	src
 Committed By:	christos
 Date:		Sun Jul 27 20:40:23 UTC 2025
 
 Modified Files:
 	src/external/gpl3/gdb/dist/gdb: aarch64-linux-tdep.c ada-lang.c
 	    ada-typeprint.c ada-valprint.c arm-linux-tdep.c auto-load.c
 	    break-catch-exec.c break-catch-fork.c break-catch-syscall.c
 	    break-catch-throw.c breakpoint.c btrace.c coff-pe-read.c coffread.c
 	    exec.c fbsd-nat.c findcmd.c gnu-nat.c gnu-v2-abi.c go-lang.c
 	    i386-tdep.c ia64-linux-tdep.c infcmd.c infrun.c linespec.c
 	    linux-fork.c linux-tdep.c location.c main.c maint.c netbsd-nat.c
 	    objc-lang.c p-typeprint.c ppc-linux-tdep.c probe.c procfs.c
 	    producer.c record.c remote.c rust-lang.c s12z-tdep.c serial.c
 	    solib-rocm.c stabsread.c stack.c stap-probe.c symfile.c symtab.c
 	    thread.c tid-parse.c tracepoint.c typeprint.c value.c windows-nat.c
 
 Log Message:
 PR/59549: Thomas Klausner: Cast ctype(3) macro arguments to unsigned char to
 avoid crashes for negative non -1 values.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.1.1.10 -r1.2 \
     src/external/gpl3/gdb/dist/gdb/aarch64-linux-tdep.c \
     src/external/gpl3/gdb/dist/gdb/auto-load.c \
     src/external/gpl3/gdb/dist/gdb/btrace.c \
     src/external/gpl3/gdb/dist/gdb/coff-pe-read.c \
     src/external/gpl3/gdb/dist/gdb/findcmd.c \
     src/external/gpl3/gdb/dist/gdb/gnu-nat.c \
     src/external/gpl3/gdb/dist/gdb/go-lang.c \
     src/external/gpl3/gdb/dist/gdb/ia64-linux-tdep.c \
     src/external/gpl3/gdb/dist/gdb/linux-fork.c \
     src/external/gpl3/gdb/dist/gdb/probe.c \
     src/external/gpl3/gdb/dist/gdb/stap-probe.c
 cvs rdiff -u -r1.9 -r1.10 src/external/gpl3/gdb/dist/gdb/ada-lang.c
 cvs rdiff -u -r1.1.1.11 -r1.2 src/external/gpl3/gdb/dist/gdb/ada-typeprint.c \
     src/external/gpl3/gdb/dist/gdb/ada-valprint.c \
     src/external/gpl3/gdb/dist/gdb/arm-linux-tdep.c \
     src/external/gpl3/gdb/dist/gdb/breakpoint.c \
     src/external/gpl3/gdb/dist/gdb/coffread.c \
     src/external/gpl3/gdb/dist/gdb/exec.c \
     src/external/gpl3/gdb/dist/gdb/fbsd-nat.c \
     src/external/gpl3/gdb/dist/gdb/gnu-v2-abi.c \
     src/external/gpl3/gdb/dist/gdb/i386-tdep.c \
     src/external/gpl3/gdb/dist/gdb/infcmd.c \
     src/external/gpl3/gdb/dist/gdb/linespec.c \
     src/external/gpl3/gdb/dist/gdb/linux-tdep.c \
     src/external/gpl3/gdb/dist/gdb/main.c \
     src/external/gpl3/gdb/dist/gdb/maint.c \
     src/external/gpl3/gdb/dist/gdb/objc-lang.c \
     src/external/gpl3/gdb/dist/gdb/p-typeprint.c \
     src/external/gpl3/gdb/dist/gdb/ppc-linux-tdep.c \
     src/external/gpl3/gdb/dist/gdb/procfs.c \
     src/external/gpl3/gdb/dist/gdb/record.c \
     src/external/gpl3/gdb/dist/gdb/serial.c \
     src/external/gpl3/gdb/dist/gdb/stabsread.c \
     src/external/gpl3/gdb/dist/gdb/stack.c \
     src/external/gpl3/gdb/dist/gdb/symfile.c \
     src/external/gpl3/gdb/dist/gdb/symtab.c \
     src/external/gpl3/gdb/dist/gdb/thread.c \
     src/external/gpl3/gdb/dist/gdb/tracepoint.c \
     src/external/gpl3/gdb/dist/gdb/typeprint.c \
     src/external/gpl3/gdb/dist/gdb/value.c \
     src/external/gpl3/gdb/dist/gdb/windows-nat.c
 cvs rdiff -u -r1.1.1.2 -r1.2 \
     src/external/gpl3/gdb/dist/gdb/break-catch-exec.c \
     src/external/gpl3/gdb/dist/gdb/break-catch-fork.c
 cvs rdiff -u -r1.1.1.7 -r1.2 \
     src/external/gpl3/gdb/dist/gdb/break-catch-syscall.c
 cvs rdiff -u -r1.1.1.9 -r1.2 \
     src/external/gpl3/gdb/dist/gdb/break-catch-throw.c
 cvs rdiff -u -r1.7 -r1.8 src/external/gpl3/gdb/dist/gdb/infrun.c
 cvs rdiff -u -r1.4 -r1.5 src/external/gpl3/gdb/dist/gdb/location.c
 cvs rdiff -u -r1.5 -r1.6 src/external/gpl3/gdb/dist/gdb/netbsd-nat.c
 cvs rdiff -u -r1.1.1.4 -r1.2 src/external/gpl3/gdb/dist/gdb/producer.c \
     src/external/gpl3/gdb/dist/gdb/s12z-tdep.c
 cvs rdiff -u -r1.11 -r1.12 src/external/gpl3/gdb/dist/gdb/remote.c
 cvs rdiff -u -r1.1.1.6 -r1.2 src/external/gpl3/gdb/dist/gdb/rust-lang.c \
     src/external/gpl3/gdb/dist/gdb/tid-parse.c
 cvs rdiff -u -r1.1.1.1 -r1.2 src/external/gpl3/gdb/dist/gdb/solib-rocm.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