Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-9]: src/sys/sys Pull up following revision(s) (requested by kamil...
details: https://anonhg.NetBSD.org/src/rev/804cfb96a54d
branches: netbsd-9
changeset: 462656:804cfb96a54d
user: martin <martin%NetBSD.org@localhost>
date: Tue Oct 15 18:48:56 2019 +0000
description:
Pull up following revision(s) (requested by kamil in ticket #318):
sys/sys/lwp.h: revision 1.187
Define LW_DBGSUSPEND in sys/lwp.h
This flag specifies the suspended by debugger property, as used by
PT_SUSPEND in ptrace(2).
diffstat:
sys/sys/lwp.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 9c846c30cc8a -r 804cfb96a54d sys/sys/lwp.h
--- a/sys/sys/lwp.h Tue Oct 15 18:47:03 2019 +0000
+++ b/sys/sys/lwp.h Tue Oct 15 18:48:56 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: lwp.h,v 1.186 2019/06/19 21:39:53 kamil Exp $ */
+/* $NetBSD: lwp.h,v 1.186.2.1 2019/10/15 18:48:56 martin Exp $ */
/*
* Copyright (c) 2001, 2006, 2007, 2008, 2009, 2010
@@ -236,6 +236,7 @@
#define LW_CVLOCKDEBUG 0x00000004 /* Waker does lockdebug */
#define LW_SINTR 0x00000080 /* Sleep is interruptible. */
#define LW_SYSTEM 0x00000200 /* Kernel thread */
+#define LW_DBGSUSPEND 0x00010000 /* Suspend by debugger */
#define LW_WSUSPEND 0x00020000 /* Suspend before return to user */
#define LW_BATCH 0x00040000 /* LWP tends to hog CPU */
#define LW_WCORE 0x00080000 /* Stop for core dump on return to user */
Home |
Main Index |
Thread Index |
Old Index