Rev 3093 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3093 | Rev 3100 | ||
---|---|---|---|
Line 47... | Line 47... | ||
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_singlestep(dthread_t *dt); |
50 | void arch_singlestep(dthread_t *dt); |
51 | 51 | ||
- | 52 | void arch_dthread_initialize(dthread_t *dt); |
|
- | 53 | ||
52 | #endif |
54 | #endif |
53 | 55 | ||
54 | /** @} |
56 | /** @} |
55 | */ |
57 | */ |