Subversion Repositories HelenOS

Rev

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

Rev 3005 Rev 3093
Line 45... Line 45...
45
int arch_breakpoint_set(breakpoint_t *b);
45
int arch_breakpoint_set(breakpoint_t *b);
46
int arch_breakpoint_remove(breakpoint_t *b);
46
int arch_breakpoint_remove(breakpoint_t *b);
47
void arch_event_breakpoint(thash_t thread_hash);
47
void arch_event_breakpoint(thash_t thread_hash);
48
void arch_event_trap(dthread_t *dt);
48
void arch_event_trap(dthread_t *dt);
49
void arch_dump_regs(thash_t thash);
49
void arch_dump_regs(thash_t thash);
50
void arch_set_singlestep(dthread_t *dt, int enable);
50
void arch_singlestep(dthread_t *dt);
51
 
51
 
52
#endif
52
#endif
53
 
53
 
54
/** @}
54
/** @}
55
 */
55
 */