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:
@@ -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,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user