Add MSG_THREAD_SET_ADDRESS and implement handling.

This commit is contained in:
Rene Gollent
2013-05-16 22:22:47 -04:00
parent fe3e87c2a8
commit 93b54e54a4
4 changed files with 30 additions and 0 deletions
@@ -530,6 +530,7 @@ TeamDebugger::MessageReceived(BMessage* message)
{
switch (message->what) {
case MSG_THREAD_RUN:
case MSG_THREAD_SET_ADDRESS:
case MSG_THREAD_STOP:
case MSG_THREAD_STEP_OVER:
case MSG_THREAD_STEP_INTO: