Add event class for the post-syscall debug message.

This commit is contained in:
Rene Gollent
2013-06-28 18:49:26 -04:00
parent d08227bb68
commit 23f48a24d0
4 changed files with 39 additions and 2 deletions
@@ -441,7 +441,8 @@ TeamDebugger::Init(team_id teamID, thread_id threadID, int argc,
// set team debugging flags
fDebuggerInterface->SetTeamDebuggingFlags(
B_TEAM_DEBUG_THREADS | B_TEAM_DEBUG_IMAGES);
B_TEAM_DEBUG_THREADS | B_TEAM_DEBUG_IMAGES
| B_TEAM_DEBUG_POST_SYSCALL);
// get the initial state of the team
AutoLocker< ::Team> teamLocker(fTeam);