Changeset 8565a42 in mainline for kernel/generic/include/udebug
- Timestamp:
- 2018-03-02T20:34:50Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a1a81f69, d5e5fd1
- Parents:
- 3061bc1 (diff), 34e1206 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-03-02 20:34:50)
- git-committer:
- GitHub <noreply@…> (2018-03-02 20:34:50)
- File:
-
- 1 edited
-
kernel/generic/include/udebug/udebug.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/udebug/udebug.h
r3061bc1 r8565a42 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.
