Subversion Repositories HelenOS

Rev

Rev 2804 | Rev 2825 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2804 Rev 2808
Line 98... Line 98...
98
    bool being_debugged;
98
    bool being_debugged;
99
    bool stop_request;
99
    bool stop_request;
100
    call_t *debug_begin_call;
100
    call_t *debug_begin_call;
101
    call_t *debug_go_call;
101
    call_t *debug_go_call;
102
    int not_stoppable_count;
102
    int not_stoppable_count;
-
 
103
 
-
 
104
    answerbox_t kernel_box;
-
 
105
    struct thread *kb_thread;
103
   
106
   
104
    /** Architecture specific task data. */
107
    /** Architecture specific task data. */
105
    task_arch_t arch;
108
    task_arch_t arch;
106
   
109
   
107
    /**
110
    /**