Subversion Repositories HelenOS

Rev

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

Rev 3424 Rev 3430
Line 43... Line 43...
43
    ASSERT(THREAD);
43
    ASSERT(THREAD);
44
    ASSERT(istate_from_uspace(istate));
44
    ASSERT(istate_from_uspace(istate));
45
 
45
 
46
    (void)istate;
46
    (void)istate;
47
    printf("breakpoint exception\n");
47
    printf("breakpoint exception\n");
48
    interrupts_enable();
-
 
49
    udebug_breakpoint_event(istate->eip);
48
    udebug_breakpoint_event(istate->eip);
50
}
49
}
51
 
50
 
52
/** Initialize breakpoint handling */
51
/** Initialize breakpoint handling */
53
void breakpoint_init()
52
void breakpoint_init()