Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/udebug/udebug.h

    ra35b458 r5a6cc679  
    5858        mutex_t lock;
    5959        char *lock_owner;
    60 
     60       
    6161        udebug_task_state_t dt_state;
    6262        call_t *begin_call;
     
    7171        /** Synchronize debug ops on this thread / access to this structure. */
    7272        mutex_t lock;
    73 
     73       
    7474        waitq_t go_wq;
    7575        call_t *go_call;
    7676        sysarg_t syscall_args[6];
    7777        istate_t *uspace_state;
    78 
     78       
    7979        /** What type of event are we stopped in or 0 if none. */
    8080        udebug_event_t cur_event;
Note: See TracChangeset for help on using the changeset viewer.