Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2881 → Rev 2867

/branches/tracing/kernel/generic/include/udebug/udebug.h
137,9 → 137,6
UDEBUG_TS_SHUTDOWN
} udebug_task_state_t;
 
struct task;
struct thread;
 
void udebug_syscall_event(unative_t a1, unative_t a2, unative_t a3,
unative_t a4, unative_t a5, unative_t a6, unative_t id, unative_t rc);
void udebug_new_thread_event(struct thread *t);
147,8 → 144,6
void udebug_stoppable_begin(void);
void udebug_stoppable_end(void);
 
int udebug_task_cleanup(struct task *ta);
 
#endif
 
#endif
/branches/tracing/kernel/generic/include/proc/task.h
99,7 → 99,6
udebug_task_state_t dt_state;
call_t *debug_begin_call;
int not_stoppable_count;
struct task *debugger;
 
/** Kernel answerbox */
answerbox_t kernel_box;