From f664c6474b926f684ef766152d70658e4e9cf13d Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Sun, 14 Jun 2009 11:03:39 +0000 Subject: [PATCH] Updated comment to reality. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31041 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/os/kernel/debugger.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/headers/os/kernel/debugger.h b/headers/os/kernel/debugger.h index 417b8490ef..2a203f9bff 100644 --- a/headers/os/kernel/debugger.h +++ b/headers/os/kernel/debugger.h @@ -48,9 +48,9 @@ extern status_t clear_debugger_watchpoint(void *address); // 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,