Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3440 → Rev 3441

/trunk/kernel/generic/src/udebug/udebug_ipc.c
35,7 → 35,6
* @brief Udebug IPC message handling.
*/
#include <print.h>
#include <proc/task.h>
#include <proc/thread.h>
#include <arch.h>
102,8 → 101,6
thread_t *t;
int rc;
 
//printf("debug_go()\n");
 
t = (thread_t *)IPC_GET_ARG2(call->data);
 
rc = udebug_go(t, call);
119,8 → 116,6
thread_t *t;
int rc;
 
printf("debug_stop()\n");
 
t = (thread_t *)IPC_GET_ARG2(call->data);
 
rc = udebug_stop(t, call);