Subversion Repositories HelenOS

Rev

Rev 2894 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2894 Rev 2898
Line 77... Line 77...
77
    /* Run thread until a syscall is executed */
77
    /* Run thread until a syscall is executed */
78
    return async_req_2_3(phoneid, IPC_M_DEBUG_ALL, UDEBUG_M_GO,
78
    return async_req_2_3(phoneid, IPC_M_DEBUG_ALL, UDEBUG_M_GO,
79
        tid, (sysarg_t)ev_type, (sysarg_t)sc_id, (sysarg_t)sc_rc);
79
        tid, (sysarg_t)ev_type, (sysarg_t)sc_id, (sysarg_t)sc_rc);
80
}
80
}
81
 
81
 
-
 
82
int debug_stop(unsigned phoneid, unsigned tid)
-
 
83
{
-
 
84
    return async_req_2_0(phoneid, IPC_M_DEBUG_ALL, UDEBUG_M_STOP,
-
 
85
        tid);
-
 
86
}
-
 
87
 
-
 
88
 
82
/** @}
89
/** @}
83
 */
90
 */