Subversion Repositories HelenOS

Rev

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

Rev 2941 Rev 2942
Line 37... Line 37...
37
 
37
 
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
 
43
 
43
void arch_breakpoint_add(uintptr_t addr);
44
void arch_breakpoint_add(uintptr_t addr);
44
void arch_event_breakpoint(thash_t thread_hash);
45
void arch_event_breakpoint(thash_t thread_hash);
45
void arch_event_trap(thash_t thread_hash);
46
void arch_event_trap(dthread_t *dt);
46
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);
47
 
49
 
48
#endif
50
#endif
49
 
51
 
50
/** @}
52
/** @}
51
 */
53
 */