Changes in kernel/generic/src/udebug/udebug.c [1066041:feeac0d] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/udebug/udebug.c
r1066041 rfeeac0d 44 44 #include <print.h> 45 45 #include <arch.h> 46 #include <proc/task.h>47 #include <proc/thread.h>48 46 49 47 /** Initialize udebug part of task structure. … … 408 406 409 407 /* Finish debugging of all userspace threads */ 410 list_foreach(task->threads, cur) { 411 thread_t *thread = list_get_instance(cur, thread_t, th_link); 412 408 list_foreach(task->threads, th_link, thread_t, thread) { 413 409 mutex_lock(&thread->udebug.lock); 414 410
Note:
See TracChangeset
for help on using the changeset viewer.