Updated comment to reality.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31041 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -48,9 +48,9 @@ extern status_t clear_debugger_watchpoint(void *address);
|
|||||||
// team debugging flags
|
// team debugging flags
|
||||||
enum {
|
enum {
|
||||||
// event mask: If a flag is set, any of the team's threads will stop when
|
// 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
|
// the respective event occurs. None of the flags are enabled by default.
|
||||||
// enabled are debugger() calls and hardware exceptions, as well as the
|
// Always enabled are debugger() calls and hardware exceptions, as well as
|
||||||
// deletion of the debugged team.
|
// the deletion of the debugged team.
|
||||||
B_TEAM_DEBUG_SIGNALS = 0x00010000,
|
B_TEAM_DEBUG_SIGNALS = 0x00010000,
|
||||||
B_TEAM_DEBUG_PRE_SYSCALL = 0x00020000,
|
B_TEAM_DEBUG_PRE_SYSCALL = 0x00020000,
|
||||||
B_TEAM_DEBUG_POST_SYSCALL = 0x00040000,
|
B_TEAM_DEBUG_POST_SYSCALL = 0x00040000,
|
||||||
|
|||||||
Reference in New Issue
Block a user