[Haiku-commits] r31041 - haiku/trunk/headers/os/kernel
bonefish at mail.berlios.de
bonefish at mail.berlios.de
Sun Jun 14 13:03:43 CEST 2009
Author: bonefish
Date: 2009-06-14 13:03:39 +0200 (Sun, 14 Jun 2009)
New Revision: 31041
ViewCVS: http://svn.berlios.de/viewcvs/haiku?rev=31041&view=rev
Modified:
haiku/trunk/headers/os/kernel/debugger.h
Log:
Updated comment to reality.
Modified: haiku/trunk/headers/os/kernel/debugger.h
===================================================================
--- haiku/trunk/headers/os/kernel/debugger.h 2009-06-14 10:58:54 UTC (rev 31040)
+++ haiku/trunk/headers/os/kernel/debugger.h 2009-06-14 11:03:39 UTC (rev 31041)
@@ -48,9 +48,9 @@
// team debugging flags
enum {
// event mask: If a flag is set, any of the team's threads will stop when
- // the respective event occurs. All flags are enabled by default. Always
- // enabled are debugger() calls and hardware exceptions, as well as the
- // deletion of the debugged team.
+ // the respective event occurs. None of the flags are enabled by default.
+ // Always enabled are debugger() calls and hardware exceptions, as well as
+ // the deletion of the debugged team.
B_TEAM_DEBUG_SIGNALS = 0x00010000,
B_TEAM_DEBUG_PRE_SYSCALL = 0x00020000,
B_TEAM_DEBUG_POST_SYSCALL = 0x00040000,
More information about the Haiku-commits
mailing list