Subversion Repositories HelenOS

Rev

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

Rev 2942 Rev 2943
Line 44... Line 44...
44
void arch_breakpoint_add(uintptr_t addr);
44
void arch_breakpoint_add(uintptr_t addr);
45
void arch_event_breakpoint(thash_t thread_hash);
45
void arch_event_breakpoint(thash_t thread_hash);
46
void arch_event_trap(dthread_t *dt);
46
void arch_event_trap(dthread_t *dt);
47
void arch_dump_regs(thash_t thash);
47
void arch_dump_regs(thash_t thash);
48
void arch_set_singlestep(dthread_t *dt, int enable);
48
void arch_set_singlestep(dthread_t *dt, int enable);
-
 
49
void arch_breakpoint_remove(int id);
-
 
50
void arch_breakpoint_list(void);
-
 
51
 
49
 
52
 
50
#endif
53
#endif
51
 
54
 
52
/** @}
55
/** @}
53
 */
56
 */