Source-Changes-HG archive

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

[src/trunk]: src/sys/sys Commit TRAP_HWWPT -> TRAP_DBREG switch in <sys/sigin...



details:   https://anonhg.NetBSD.org/src/rev/875c951eb4d4
branches:  trunk
changeset: 821772:875c951eb4d4
user:      kamil <kamil%NetBSD.org@localhost>
date:      Fri Feb 17 01:49:24 2017 +0000

description:
Commit TRAP_HWWPT -> TRAP_DBREG switch in <sys/siginfo.h>

This is integral part of the previous two commits.

Sponsored by <The NetBSD Foundation>

diffstat:

 sys/sys/siginfo.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r db1cc5ca894b -r 875c951eb4d4 sys/sys/siginfo.h
--- a/sys/sys/siginfo.h Fri Feb 17 01:42:59 2017 +0000
+++ b/sys/sys/siginfo.h Fri Feb 17 01:49:24 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: siginfo.h,v 1.30 2017/01/15 21:42:03 kamil Exp $        */
+/*     $NetBSD: siginfo.h,v 1.31 2017/02/17 01:49:24 kamil Exp $        */
 
 /*-
  * Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -213,7 +213,7 @@
 #define        TRAP_EXEC       3       /* Process exec trap                    */
 #define        TRAP_CHLD       4       /* Process child trap                   */
 #define        TRAP_LWP        5       /* Process lwp trap                     */
-#define        TRAP_HWWPT      6       /* Process hardware assisted watchpoint */
+#define        TRAP_DBREG      6       /* Process hardware debug register trap */
 
 /* SIGCHLD */
 #define        CLD_EXITED      1       /* Child has exited                     */



Home | Main Index | Thread Index | Old Index