Update due to debugger interface changes.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11480 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2005-02-24 16:32:15 +00:00
parent 71a2d54820
commit b9f16dcd93

View File

@ -236,6 +236,7 @@ run_thread(port_id nubPort, thread_id thread)
{
debug_nub_run_thread message;
message.thread = thread;
message.handle_event = B_THREAD_DEBUG_HANDLE_EVENT;
while (true) {
status_t error = write_port(nubPort, B_DEBUG_MESSAGE_RUN_THREAD,
@ -485,9 +486,7 @@ main(int argc, const char *const *argv)
}
// set team debugging flags
int32 teamDebugFlags
= (printArguments ? 0 : B_TEAM_DEBUG_SYSCALL_FAST_TRACE)
| (traceTeam ? B_TEAM_DEBUG_POST_SYSCALL : 0);
int32 teamDebugFlags = (traceTeam ? B_TEAM_DEBUG_POST_SYSCALL : 0);
set_team_debugging_flags(nubPort, teamDebugFlags);
// set thread debugging flags