* Fail, if debug_thread() is invoked for the debug nub thread.
* To always be on the safe side, thread_hit_debug_event() now checks whether the thread is the debug nub thread. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14655 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -87,6 +87,8 @@ enum {
|
||||
B_THREAD_DEBUG_STOPPED = 0x0008,
|
||||
B_THREAD_DEBUG_SINGLE_STEP = 0x0010,
|
||||
|
||||
B_THREAD_DEBUG_NUB_THREAD = 0x0020, // marks the nub thread
|
||||
|
||||
B_THREAD_DEBUG_KERNEL_FLAG_MASK = 0xffff,
|
||||
|
||||
B_THREAD_DEBUG_DEFAULT_FLAGS = 0,
|
||||
|
||||
Reference in New Issue
Block a user