NetBSD-Bugs archive

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

PR/56866 CVS commit: src/sys/arch/hppa/hppa



The following reply was made to PR port-hppa/56866; it has been noted by GNATS.

From: "Nick Hudson" <skrll%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/56866 CVS commit: src/sys/arch/hppa/hppa
Date: Thu, 9 Jun 2022 16:45:38 +0000

 Module Name:	src
 Committed By:	skrll
 Date:		Thu Jun  9 16:45:38 UTC 2022
 
 Modified Files:
 	src/sys/arch/hppa/hppa: trap.c
 
 Log Message:
 Only report the SSBREAKPOINT break instruction as SIGTRAP/TRAP_TRACE. All
 other break instructions will be reported as SIGTRAP/TRAP_BRKPT
 
 This fixes a mistake I made back in 2008.
 
 PR/56866: hppa: kernel gets confused between actual breakpoints and single-step breakpoints
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.119 -r1.120 src/sys/arch/hppa/hppa/trap.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