Introduced a separate flag for indicating that disable_debugger() had

been called for a team, and fail installing the default debugger if it
is set. This makes disable_debugger() actually work. Fixes bug #2763.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27713 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2008-09-23 20:17:58 +00:00
parent e9c4d47ad7
commit 5181b35bee
2 changed files with 16 additions and 5 deletions
+1
View File
@@ -122,6 +122,7 @@ struct thread_debug_info {
enum {
B_TEAM_DEBUG_DEBUGGER_INSTALLED = 0x0001,
B_TEAM_DEBUG_DEBUGGER_HANDOVER = 0x0002,
B_TEAM_DEBUG_DEBUGGER_DISABLED = 0x0004,
B_TEAM_DEBUG_KERNEL_FLAG_MASK = 0xffff,