Changes in kernel/generic/include/udebug/udebug.h [a35b458:5a6cc679] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/udebug/udebug.h
ra35b458 r5a6cc679 58 58 mutex_t lock; 59 59 char *lock_owner; 60 60 61 61 udebug_task_state_t dt_state; 62 62 call_t *begin_call; … … 71 71 /** Synchronize debug ops on this thread / access to this structure. */ 72 72 mutex_t lock; 73 73 74 74 waitq_t go_wq; 75 75 call_t *go_call; 76 76 sysarg_t syscall_args[6]; 77 77 istate_t *uspace_state; 78 78 79 79 /** What type of event are we stopped in or 0 if none. */ 80 80 udebug_event_t cur_event;
Note:
See TracChangeset
for help on using the changeset viewer.