Add support for thread rename and priority change notifications to the

debugger API/message set.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39846 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Rene Gollent
2010-12-14 05:08:47 +00:00
parent 95acfc2225
commit 7040b50df5
6 changed files with 94 additions and 1 deletions
@@ -42,6 +42,11 @@ public:
const debug_team_exec& message);
virtual bool HandleThreadCreated(
const debug_thread_created& message);
virtual bool HandleThreadRenamed(
const debug_thread_renamed& message);
virtual bool HandleThreadPriorityChanged(
const debug_thread_priority_changed&
message);
virtual bool HandleThreadDeleted(
const debug_thread_deleted& message);
virtual bool HandleImageCreated(