Rev 2943 | Rev 3093 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2943 | Rev 3005 | ||
---|---|---|---|
Line 38... | Line 38... | ||
38 | #include <sys/types.h> |
38 | #include <sys/types.h> |
39 | #include <udebug.h> |
39 | #include <udebug.h> |
40 | 40 | ||
41 | #include "arch/types.h" |
41 | #include "arch/types.h" |
42 | #include "../dthread.h" |
42 | #include "../dthread.h" |
- | 43 | #include "../breakpoint.h" |
|
43 | 44 | ||
44 | void arch_breakpoint_add(uintptr_t addr); |
45 | int arch_breakpoint_set(breakpoint_t *b); |
- | 46 | int arch_breakpoint_remove(breakpoint_t *b); |
|
45 | void arch_event_breakpoint(thash_t thread_hash); |
47 | void arch_event_breakpoint(thash_t thread_hash); |
46 | void arch_event_trap(dthread_t *dt); |
48 | void arch_event_trap(dthread_t *dt); |
47 | void arch_dump_regs(thash_t thash); |
49 | void arch_dump_regs(thash_t thash); |
48 | void arch_set_singlestep(dthread_t *dt, int enable); |
50 | void arch_set_singlestep(dthread_t *dt, int enable); |
49 | void arch_breakpoint_remove(int id); |
- | |
50 | void arch_breakpoint_list(void); |
- | |
51 | - | ||
52 | 51 | ||
53 | #endif |
52 | #endif |
54 | 53 | ||
55 | /** @} |
54 | /** @} |
56 | */ |
55 | */ |